onaplogging: Docstrings, refactor, type hinting
[logging-analytics.git] / pylog / tests / test_color_formatter.py
index 9a9ae5a..56bf9c2 100644 (file)
@@ -27,7 +27,7 @@ from onaplogging.colorFormatter import (
     FMT_STR,
     RESET,
 )
-from onaplogging.utils import is_above_python_3_2
+from onaplogging.utils.system import is_above_python_3_2
 
 
 class TestColorFormatter(unittest.TestCase):