chore: remove redundant raise

This commit is contained in:
colorfulgray0
2024-07-19 15:49:30 +08:00
parent 2560090a68
commit b5e7c6406a

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 # describes the min amt for a tier, and the lowest tier will always go down to 0
else: else:
raise ExchangeError(f"Cannot get maintenance ratio using {self.name}") raise ExchangeError(f"Cannot get maintenance ratio using {self.name}")
raise ExchangeError(f"Cannot get maintenance ratio using {self.name}")