Increase pylint score on misc.py

This commit is contained in:
Gerald Lonlas
2018-01-28 14:28:28 -08:00
parent 45a34be2ac
commit 2bccaa31c9
2 changed files with 15 additions and 16 deletions

View File

@@ -26,8 +26,7 @@ def trim_tickerlist(tickerlist, timerange):
return tickerlist
def load_tickerdata_file(datadir, pair, ticker_interval,
timerange=None):
def load_tickerdata_file(datadir, pair, ticker_interval, timerange=None):
"""
Load a pair from file,
:return dict OR empty if unsuccesful