Used isort to sort imports. Also added to the git pre-commit hook.
[python_utils.git] / state_tracker.py
index 453faf7b1972d8f4f1b3250bfdd353150e682503..12b94aec39c37b084495d92bbc07b386d0574610 100644 (file)
@@ -1,10 +1,10 @@
 #!/usr/bin/env python3
 
-from abc import ABC, abstractmethod
 import datetime
 import logging
-import time
 import threading
+import time
+from abc import ABC, abstractmethod
 from typing import Dict, Optional
 
 import pytz