Skip to content

Commit 835f04d

Browse files
committed
Fix flake8 warnings
1 parent d9f5b90 commit 835f04d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

investing_algorithm_framework/app/strategy.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
import pandas as pd
33
from datetime import datetime, timezone
44

5-
from investing_algorithm_framework.domain import OperationalException, Position
6-
from investing_algorithm_framework.domain import \
7-
TimeUnit, StrategyProfile, Trade, ENVIRONMENT, Environment, \
8-
BACKTESTING_INDEX_DATETIME, Order, Position
5+
from investing_algorithm_framework.domain import TimeUnit, StrategyProfile, \
6+
Trade, ENVIRONMENT, Environment, BACKTESTING_INDEX_DATETIME, Order, \
7+
OperationalException, Position
98
from .context import Context
109

1110

0 commit comments

Comments
 (0)