fix: remove duplicate return causing IndentationError in main.py

This commit is contained in:
root 2026-02-28 11:19:01 +00:00
parent 282aed138a
commit cd17c76000
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -494,8 +494,6 @@ async def get_signal_trades(
status, limit
)
return {"count": len(rows), "data": rows}
)
return {"count": len(rows), "data": rows}
# ─── 模拟盘 API ──────────────────────────────────────────────────