Removed unnecessary TODOs

This commit is contained in:
Sam Germain 2021-08-23 00:15:35 -06:00
parent 9f6b6f04b4
commit 0afeb269ad
2 changed files with 0 additions and 3 deletions

View File

@ -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):
""" """

View File

@ -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',