From 713a609bd19d491de03debf8a4a6ddf2540b13dc Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 3 Feb 2022 14:18:37 -0800 Subject: Change settings in flake8 and black. --- unscrambler.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'unscrambler.py') 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.", -- cgit v1.3