Merge pull request #10437 from iridescentGray/develop

chore: remove redundant raise
This commit is contained in:
Matthias
2024-07-20 08:14:42 +02:00
committed by GitHub

View File

@@ -3450,4 +3450,3 @@ class Exchange:
# describes the min amt for a tier, and the lowest tier will always go down to 0
else:
raise ExchangeError(f"Cannot get maintenance ratio using {self.name}")
raise ExchangeError(f"Cannot get maintenance ratio using {self.name}")