fixed formatting issues

This commit is contained in:
Arunavo Ray 2021-09-19 11:42:29 +05:30
parent c54259b4c5
commit 27bd30d266

View File

@ -40,4 +40,4 @@ def interest(
# https://help.ftx.com/hc/en-us/articles/360053007671-Spot-Margin-Trading-Explainer
return borrowed * rate * ceil(hours)/twenty_four
else:
raise OperationalException(f"Leverage not available on {exchange_name} with freqtrade")
raise OperationalException(f"Leverage not available on {exchange_name} with freqtrade")