Used isort to sort imports. Also added to the git pre-commit hook.
[python_utils.git] / argparse_utils.py
index 43536e460b7b4cc238c09d263bd36ae2b3b8f88e..5a270f6ef22c1845be1bd6c59ab7fde1cb4cfe21 100644 (file)
@@ -8,7 +8,6 @@ from typing import Any
 
 from overrides import overrides
 
-
 # This module is commonly used by others in here and should avoid
 # taking any unnecessary dependencies back on them.