From 6640f4a1b296b77e738cf37a083a5478c42187e3 Mon Sep 17 00:00:00 2001 From: hroff-1902 Date: Wed, 23 Oct 2019 23:57:17 +0300 Subject: [PATCH] Make flake happy --- freqtrade/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/utils.py b/freqtrade/utils.py index f9c4aeed7..25e883c76 100644 --- a/freqtrade/utils.py +++ b/freqtrade/utils.py @@ -218,4 +218,4 @@ def start_list_markets(args: Dict[str, Any], pairs_only: bool = False) -> None: elif not (args.get('print_one_column', False) or args.get('list_pairs_print_json', False) or args.get('print_csv', False)): - print(f"{summary_str}.") \ No newline at end of file + print(f"{summary_str}.")