Removed unnecessary TODOs
This commit is contained in:
parent
9f6b6f04b4
commit
0afeb269ad
@ -22,8 +22,6 @@ from freqtrade.exceptions import OperationalException
|
|||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
# TODO-lev: This file
|
|
||||||
|
|
||||||
|
|
||||||
class BaseParameter(ABC):
|
class BaseParameter(ABC):
|
||||||
"""
|
"""
|
||||||
|
@ -218,7 +218,6 @@ def test_strategy_override_process_only_new_candles(caplog, default_conf):
|
|||||||
def test_strategy_override_order_types(caplog, default_conf):
|
def test_strategy_override_order_types(caplog, default_conf):
|
||||||
caplog.set_level(logging.INFO)
|
caplog.set_level(logging.INFO)
|
||||||
|
|
||||||
# TODO-lev: Maybe change
|
|
||||||
order_types = {
|
order_types = {
|
||||||
'buy': 'market',
|
'buy': 'market',
|
||||||
'sell': 'limit',
|
'sell': 'limit',
|
||||||
|
Loading…
Reference in New Issue
Block a user