Used isort to sort imports. Also added to the git pre-commit hook.
[python_utils.git] / site_config.py
index b09e735c79c8f92665438b2c064f9ccf652d33bd..233589970ea2058b2768de16ec649602eda2be2f 100644 (file)
@@ -1,8 +1,8 @@
 #!/usr/bin/env python3
 
-from dataclasses import dataclass
 import logging
 import platform
+from dataclasses import dataclass
 from typing import Callable
 
 # Note: this module is fairly early loaded.  Be aware of dependencies.