Skip to content

Commit

Permalink
fix lint from flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Sep 12, 2020
1 parent da59612 commit 2d8f7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions aat/tests/core/order_book/test_order_book.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from aat.config import Side, OrderType, OrderFlag
from aat.core import Instrument, OrderBook, Order, ExchangeType
from aat.config import Side
from aat.core import Instrument, OrderBook, Order
from .helpers import _seed

_INSTRUMENT = Instrument('TE.ST')
Expand Down
2 changes: 0 additions & 2 deletions aat/tests/core/order_book/test_price_level.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from aat.core import Order, Instrument, ExchangeType
from aat.config import Side, OrderFlag, OrderType
from aat.core.order_book.price_level import _PriceLevel
from aat.core.order_book.collector import _Collector

Expand Down

0 comments on commit 2d8f7be

Please sign in to comment.