You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the exchanges.orders.Order class is a data container, there will probably be no Order subclasses and nothing else in the exchanges/orders.py file. I suggest to move the Order class to exchanges/__init__.py and remove the exchanges/orders.py file.
The text was updated successfully, but these errors were encountered:
Because the
exchanges.orders.Order
class is a data container, there will probably be noOrder
subclasses and nothing else in theexchanges/orders.py
file. I suggest to move theOrder
class toexchanges/__init__.py
and remove theexchanges/orders.py
file.The text was updated successfully, but these errors were encountered: