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}.")