Used isort to sort imports. Also added to the git pre-commit hook.
[python_utils.git] / exec_utils.py
index 061370ff012a543c29f75f32b4996eaee3dbf0f8..df273352bb793d59f19717c9cb6806134dd5a628 100644 (file)
@@ -9,7 +9,6 @@ import subprocess
 import sys
 from typing import List, Optional
 
-
 logger = logging.getLogger(__file__)