Remove unnecessary returns.

This commit is contained in:
Reigo Reinmets 2021-12-23 18:49:11 +02:00
parent 0c4664e8f4
commit ac690e9215
1 changed files with 0 additions and 3 deletions

View File

@ -494,9 +494,6 @@ class FreqtradeBot(LoggingMixin):
# TODO: Selling part of the trade not implemented yet.
logger.error(f"Unable to decrease trade position / sell partially"
f" for pair {trade.pair}, feature not implemented.")
return
return
def _check_depth_of_market_buy(self, pair: str, conf: Dict) -> bool:
"""