make flake happy

This commit is contained in:
hroff-1902 2019-06-12 22:40:50 +03:00 committed by GitHub
parent 9c64965808
commit 8df40a6ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def start_list_exchanges(args: Namespace) -> None:
"""
# Initialize configuration
config = setup_configuration(args, RunMode.OTHER)
_ = setup_configuration(args, RunMode.OTHER)
logger.debug('Starting freqtrade in cli-util mode')