mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
fixes: ruff
This commit is contained in:
@@ -496,5 +496,5 @@ class FtRestClient:
|
||||
trade_id = -1
|
||||
if trade_id is not None:
|
||||
params["trade_id"] = trade_id
|
||||
|
||||
|
||||
return self._get("trades/{tradeid}/custom_data", params=params)
|
||||
|
||||
Reference in New Issue
Block a user