From d72d3887265e9d2076256d961bc2b6ec0ba189ed Mon Sep 17 00:00:00 2001 From: hroff-1902 Date: Wed, 16 Oct 2019 10:55:09 +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 d2ea1f512..966674f3b 100644 --- a/freqtrade/utils.py +++ b/freqtrade/utils.py @@ -124,7 +124,7 @@ def start_list_timeframes(args: Dict[str, Any]) -> None: f"{', '.join(exchange.timeframes)}.") -def start_list_pairs(args: Dict[str, Any], pairs_only: bool = False) -> None: +def start_list_pairs(args: Dict[str, Any], pairs_only: bool = False) -> None: # noqa: C901 """ Print pairs on the exchange :param args: Cli args from Arguments()