chore: remove pointless TODO

This commit is contained in:
Matthias
2025-06-15 09:36:53 +02:00
parent 136623b3f5
commit 097b27208d

View File

@@ -70,7 +70,6 @@ class Gate(Exchange):
"""
try:
if not self._config["dry_run"]:
# TODO: This should work with 4.4.34 and later.
self._api.load_unified_status()
is_unified = self._api.options.get("unifiedAccount")