Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Commit aa4d3a5

Browse files
committed
Pep8ify new import line (<80 chars)
1 parent d300eec commit aa4d3a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

catalyst/utils/run_algo.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
DataPortalExchangeBacktest
4444
from catalyst.exchange.exchange_asset_finder import ExchangeAssetFinder
4545

46-
from catalyst.constants import LOG_LEVEL, ALPHA_WARNING_MESSAGE, DISABLE_ALPHA_WARNING
46+
from catalyst.constants import LOG_LEVEL, ALPHA_WARNING_MESSAGE, \
47+
DISABLE_ALPHA_WARNING
4748

4849
log = Logger('run_algo', level=LOG_LEVEL)
4950

0 commit comments

Comments
 (0)