mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
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.
|
||||
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:
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user