Change settings in flake8 and black.
[python_utils.git] / unscrambler.py
index d9e4253e4cd77165fae6c4962d5957d74b619d9c..78c1f9b4f7e7c1a5ef618b54eeed2eb012db7a4d 100644 (file)
@@ -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.",