v1.0
This commit is contained in:
@@ -289,10 +289,6 @@ async def get_stocks_data(
|
||||
slaves_stock_subquery.c.product_id == MarketplaceProduct.product_id
|
||||
)
|
||||
)
|
||||
print('-------------------------')
|
||||
print(stmt.compile(compile_kwargs={
|
||||
'literal_binds': True
|
||||
}))
|
||||
result = await session.execute(stmt)
|
||||
marketplace_products = result.all()
|
||||
response: List[StockData] = []
|
||||
|
||||
Reference in New Issue
Block a user