Skip to content

Commit

Permalink
Merge pull request #84 from drewr95/feature/remove-couninitialize
Browse files Browse the repository at this point in the history
Remove Remaining Call To pythoncom.CoUninitialize
  • Loading branch information
snideto authored Jul 14, 2024
2 parents e914f14 + 863a3bf commit d518032
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions j1939/electronic_control_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,6 @@ def _async_job_thread(self):
# do nothing
pass

if system.startswith("win32") or system.startswith("cygwin"):
pythoncom.CoUninitialize()

def _job_thread_wakeup(self):
"""Wakeup the async job thread
Expand Down

0 comments on commit d518032

Please sign in to comment.