Reduce import scopes, remove cycles.
[python_utils.git] / misc_utils.py
index 3775d3f4f1c72644e1f66f61d14c5cb6c4336b10..a4757bd3a0f6b37a1111b320ec907c9aea5f6592 100644 (file)
@@ -2,8 +2,5 @@
 
 import os
 
-import string_utils
-
-
 def is_running_as_root() -> bool:
     return os.geteuid() == 0