summaryrefslogtreecommitdiff
path: root/unscrambler.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-02-03 14:18:37 -0800
committerScott Gasch <[email protected]>2022-02-03 14:18:37 -0800
commit713a609bd19d491de03debf8a4a6ddf2540b13dc (patch)
tree6593978162d3c11c3a54e44a770aded4abc79704 /unscrambler.py
parenteb1c6392095947b3205c4d52cd9b1507e6cd776b (diff)
Change settings in flake8 and black.
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.",