fixes: ruff

This commit is contained in:
David Arena
2025-02-13 02:02:15 +01:00
parent bf0a08f5a7
commit 2231ba3f04
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1132,7 +1132,7 @@ class RPC:
# Collect custom data # Collect custom data
custom_data = [] custom_data = []
if key: if key:
data = trade.get_custom_data(key=key) data = trades.get_custom_data(key=key)
if data: if data:
custom_data = [data] custom_data = [data]
else: else: