summaryrefslogtreecommitdiff
path: root/unscrambler.py
diff options
context:
space:
mode:
Diffstat (limited to 'unscrambler.py')
-rw-r--r--unscrambler.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/unscrambler.py b/unscrambler.py
index d9e4253..78c1f9b 100644
--- a/unscrambler.py
+++ b/unscrambler.py
@@ -7,9 +7,7 @@ import config
import decorator_utils
import list_utils
-cfg = config.add_commandline_args(
- f'Unscramble! ({__file__})', 'A fast word unscrambler.'
-)
+cfg = config.add_commandline_args(f'Unscramble! ({__file__})', 'A fast word unscrambler.')
cfg.add_argument(
"--unscramble_indexfile",
help="Path to a file of signature -> word index.",