isort imports in tests/freqai

This commit is contained in:
robcaulk
2022-08-28 13:47:01 +02:00
parent 6634229cc1
commit a44a235b56
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
from copy import deepcopy
from pathlib import Path
from unittest.mock import MagicMock
import pytest
from unittest.mock import MagicMock
from freqtrade.configuration import TimeRange
from freqtrade.data.dataprovider import DataProvider
from freqtrade.freqai.data_drawer import FreqaiDataDrawer
+1 -1
View File
@@ -5,8 +5,8 @@ from pathlib import Path
import pytest
from freqtrade.exceptions import OperationalException
from tests.freqai.conftest import get_patched_data_kitchen, make_data_dictionary
from tests.conftest import log_has_re
from tests.freqai.conftest import get_patched_data_kitchen, make_data_dictionary
@pytest.mark.parametrize(