Used isort to sort imports. Also added to the git pre-commit hook.
[python_utils.git] / decorator_utils.py
index cd69639448425ce3a47073c7e423ea98d6704b2b..a5c5afecb34c005d16a351cc703f44dc561b567d 100644 (file)
@@ -14,14 +14,13 @@ import sys
 import threading
 import time
 import traceback
-from typing import Any, Callable, Optional
 import warnings
+from typing import Any, Callable, Optional
 
 # This module is commonly used by others in here and should avoid
 # taking any unnecessary dependencies back on them.
 import exceptions
 
-
 logger = logging.getLogger(__name__)