make flake happy

This commit is contained in:
hroff-1902 2019-06-14 22:04:29 +03:00
parent 1af988711b
commit 09cd7db9b1

View File

@ -376,7 +376,10 @@ class Arguments(object):
self.hyperopt_options(hyperopt_cmd)
# Add list-exchanges subcommand
list_exchanges_cmd = subparsers.add_parser('list-exchanges', help='Print available exchanges.')
list_exchanges_cmd = subparsers.add_parser(
'list-exchanges',
help='Print available exchanges.'
)
list_exchanges_cmd.set_defaults(func=start_list_exchanges)
self.list_exchanges_options(list_exchanges_cmd)