Used isort to sort imports. Also added to the git pre-commit hook.
[python_utils.git] / remote_worker.py
index 12a5028c30e2bf95093542296bb1cf5a9866f879..82b80ea3d722090ab7254eb24eac5884a9520172 100755 (executable)
@@ -7,8 +7,8 @@ results.
 import logging
 import os
 import signal
-import threading
 import sys
+import threading
 import time
 from typing import Optional
 
@@ -21,7 +21,6 @@ import config
 from stopwatch import Timer
 from thread_utils import background_thread
 
-
 logger = logging.getLogger(__file__)
 
 cfg = config.add_commandline_args(