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
commit 3b05d680c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}")