Make flake happy
This commit is contained in:
@@ -116,4 +116,4 @@ class PairListManager():
|
|||||||
"""
|
"""
|
||||||
Create list of pair tuples with (pair, ticker_interval)
|
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]
|
||||||
|
|||||||
Reference in New Issue
Block a user