Removed unnecessary TODOs

pull/5378/head
Sam Germain 5 years ago
parent 9f6b6f04b4
commit 0afeb269ad

@ -22,8 +22,6 @@ from freqtrade.exceptions import OperationalException
logger = logging.getLogger(__name__)
# TODO-lev: This file
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):
caplog.set_level(logging.INFO)
# TODO-lev: Maybe change
order_types = {
'buy': 'market',
'sell': 'limit',

Loading…
Cancel
Save