Some more compatibility fixes.

This commit is contained in:
Reigo Reinmets
2021-12-18 11:15:59 +02:00
parent b094430c26
commit db2f0660fa
4 changed files with 9 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ from freqtrade.data import history
from freqtrade.data.history import get_timerange
from freqtrade.enums import SellType
from freqtrade.optimize.backtesting import Backtesting
from tests.conftest import (patch_exchange)
from tests.conftest import patch_exchange
def test_backtest_position_adjustment(default_conf, fee, mocker, testdatadir) -> None: