pycodestyle fixes
This commit is contained in:
parent
09dfcfe81e
commit
2be8c63458
3 changed files with 10 additions and 6 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue