Make flake happy

This commit is contained in:
hroff-1902 2019-10-16 10:55:09 +03:00
parent 7de1631045
commit d72d388726
1 changed files with 1 additions and 1 deletions

View File

@ -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()