Skip to content

Commit

Permalink
refactor: remove call to pythoncom
Browse files Browse the repository at this point in the history
  • Loading branch information
drewr95 authored Jul 14, 2024
1 parent e914f14 commit 863a3bf
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 863a3bf

Please sign in to comment.