Skip to content

Commit e2f0c77

Browse files
committed
Fix imports
1 parent 5073f6c commit e2f0c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

investing_algorithm_framework/infrastructure/services/market_service/ccxt_market_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from dateutil import parser
99

1010
from investing_algorithm_framework.domain import OperationalException, Order, \
11-
MarketService, DATETIME_FORMAT, TimeFrame
11+
MarketService, DATETIME_FORMAT
1212

1313
logger = logging.getLogger(__name__)
1414

0 commit comments

Comments
 (0)