Skip to content

Commit b5fe5a8

Browse files
committed
fix: reorganize the imports to correct the unit tests
1 parent 926c731 commit b5fe5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_ho_to_raw_codemod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
from freqtrade.configuration import Configuration
44
from freqtrade.resolvers import StrategyResolver
55

6+
from tests.unit.conftest import REPO_ROOT
67
from tools.ho_to_raw_codemod import replace_all_references
78
from tools.ho_to_raw_codemod import transform_code
8-
from tests.unit.conftest import REPO_ROOT
99

1010

1111
def test_transform_code_categorical_param():

0 commit comments

Comments
 (0)