From 863a3bf931a336a4c78b36d8369f05351d5007bb Mon Sep 17 00:00:00 2001 From: Drew Rife Date: Sun, 14 Jul 2024 12:05:04 -0400 Subject: [PATCH] refactor: remove call to pythoncom --- j1939/electronic_control_unit.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/j1939/electronic_control_unit.py b/j1939/electronic_control_unit.py index ecfce9e..16fb98e 100644 --- a/j1939/electronic_control_unit.py +++ b/j1939/electronic_control_unit.py @@ -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