Skip to content

Commit 6945268

Browse files
committed
Merge branch 'potpot59-fix/unit-test'
2 parents 926c731 + b5fe5a8 commit 6945268

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)