pycodestyle fixes

This commit is contained in:
Darko Poljak 2020-11-03 06:43:57 +01:00
commit 2be8c63458
3 changed files with 10 additions and 6 deletions

View file

@ -473,7 +473,7 @@ def get_parsers():
# Scan = config + further
parser['scan'] = parser['sub'].add_parser('scan', add_help=False,
parents=[parser['config']])
parents=[parser['config']])
parser['scan'] = parser['sub'].add_parser(
'scan', parents=[parser['loglevel'],