diff options
| author | Scott <[email protected]> | 2022-02-02 12:13:27 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-02-02 12:13:27 -0800 |
| commit | 31c81f6539969a5eba864d3305f9fb7bf716a367 (patch) | |
| tree | 497c8911d370002ac195d31d196ba5bcd6da6db8 /orb_utils.py | |
| parent | 5317c50ce7a96a37acfab3800c0935580766dbbf (diff) | |
Used isort to sort imports. Also added to the git pre-commit hook.
Diffstat (limited to 'orb_utils.py')
| -rw-r--r-- | orb_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/orb_utils.py b/orb_utils.py index fe82e2e..6a12b6f 100644 --- a/orb_utils.py +++ b/orb_utils.py @@ -6,7 +6,6 @@ import os import config - parser = config.add_commandline_args( f"Orb Utils ({__file__})", "Args having to do with controlling Scott's Orb.", |
