Remove unnecessary returns.
This commit is contained in:
parent
0c4664e8f4
commit
ac690e9215
@ -494,9 +494,6 @@ class FreqtradeBot(LoggingMixin):
|
|||||||
# TODO: Selling part of the trade not implemented yet.
|
# TODO: Selling part of the trade not implemented yet.
|
||||||
logger.error(f"Unable to decrease trade position / sell partially"
|
logger.error(f"Unable to decrease trade position / sell partially"
|
||||||
f" for pair {trade.pair}, feature not implemented.")
|
f" for pair {trade.pair}, feature not implemented.")
|
||||||
return
|
|
||||||
|
|
||||||
return
|
|
||||||
|
|
||||||
def _check_depth_of_market_buy(self, pair: str, conf: Dict) -> bool:
|
def _check_depth_of_market_buy(self, pair: str, conf: Dict) -> bool:
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user