Make flake happy

This commit is contained in:
hroff-1902 2020-05-18 15:03:36 +03:00
parent 6fa8750fea
commit 0c8aff98e0

View File

@ -116,4 +116,4 @@ class PairListManager():
"""
Create list of pair tuples with (pair, ticker_interval)
"""
return [(pair, timeframe or self._config['ticker_interval']) for pair in pairs]
return [(pair, timeframe or self._config['ticker_interval']) for pair in pairs]