fix: remove duplicate return causing IndentationError in main.py
This commit is contained in:
parent
282aed138a
commit
cd17c76000
BIN
backend/__pycache__/main.cpython-310.pyc
Normal file
BIN
backend/__pycache__/main.cpython-310.pyc
Normal file
Binary file not shown.
@ -494,8 +494,6 @@ async def get_signal_trades(
|
||||
status, limit
|
||||
)
|
||||
return {"count": len(rows), "data": rows}
|
||||
)
|
||||
return {"count": len(rows), "data": rows}
|
||||
|
||||
|
||||
# ─── 模拟盘 API ──────────────────────────────────────────────────
|
||||
|
||||
Loading…
Reference in New Issue
Block a user