chore: simplify import and docstring

This commit is contained in:
Matthias
2025-03-20 06:43:50 +01:00
parent 6d8011e075
commit 42e45a0a65
2 changed files with 2 additions and 3 deletions

View File

@@ -1125,7 +1125,7 @@ class RPC:
Returns an array of dictionaries, each containing:
- "trade_id": the ID of the trade (int)
- "custom_data": a list of custom data dicts, each with the fields:
"id", "ft_trade_id", "cd_key", "cd_type", "cd_value", "created_at", "updated_at"
"id", "key", "type", "value", "created_at", "updated_at"
"""
trades: Sequence[Trade]
if trade_id is None: