summaryrefslogtreecommitdiff
path: root/argparse_utils.py
diff options
context:
space:
mode:
authorScott <[email protected]>2022-02-02 12:13:27 -0800
committerScott <[email protected]>2022-02-02 12:13:27 -0800
commit31c81f6539969a5eba864d3305f9fb7bf716a367 (patch)
tree497c8911d370002ac195d31d196ba5bcd6da6db8 /argparse_utils.py
parent5317c50ce7a96a37acfab3800c0935580766dbbf (diff)
Used isort to sort imports. Also added to the git pre-commit hook.
Diffstat (limited to 'argparse_utils.py')
-rw-r--r--argparse_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/argparse_utils.py b/argparse_utils.py
index 43536e4..5a270f6 100644
--- a/argparse_utils.py
+++ b/argparse_utils.py
@@ -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.