Make mypy happy
This commit is contained in:
parent
a6fc743d85
commit
0277cd82ea
@ -295,6 +295,11 @@ def _download_pair_history(datadir: Path,
|
|||||||
:param timerange: range of time to download
|
:param timerange: range of time to download
|
||||||
:return: bool with success state
|
:return: bool with success state
|
||||||
"""
|
"""
|
||||||
|
if not exchange:
|
||||||
|
raise OperationalException(
|
||||||
|
"Exchange needs to be initialized when downloading pair history data"
|
||||||
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
logger.info(
|
logger.info(
|
||||||
f'Download history data for pair: "{pair}", timeframe: {timeframe} '
|
f'Download history data for pair: "{pair}", timeframe: {timeframe} '
|
||||||
|
Loading…
Reference in New Issue
Block a user