Fix typo
This commit is contained in:
@@ -1603,7 +1603,7 @@ class Trade(ModelBase, LocalTrade):
|
|||||||
:return: unsorted query object
|
:return: unsorted query object
|
||||||
"""
|
"""
|
||||||
query = Trade.get_trades_query(trade_filter, include_orders)
|
query = Trade.get_trades_query(trade_filter, include_orders)
|
||||||
# this sholud remain split. if use_db is False, session is not available and the above will
|
# this should remain split. if use_db is False, session is not available and the above will
|
||||||
# raise an exception.
|
# raise an exception.
|
||||||
return Trade.session.scalars(query)
|
return Trade.session.scalars(query)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user