Skip to content

Commit 43c6286

Browse files
committed
fix import blocks for ruff
1 parent 50b7d70 commit 43c6286

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

python/tests/test_builtin_log_transform.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
import math
1818

1919
import pandas as pd
20-
21-
from hsfs.engine import python as python_engine
2220
from hsfs import transformation_function
21+
from hsfs.engine import python as python_engine
2322
from hsfs.transformation_function import TransformationType
2423

2524

python/tests/test_builtin_quantile_rank.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616

1717
import pandas as pd
1818
import pytest
19-
20-
from hsfs.engine import python as python_engine
2119
from hsfs import transformation_function
22-
from hsfs.transformation_function import TransformationType
2320
from hsfs.core.feature_descriptive_statistics import FeatureDescriptiveStatistics
21+
from hsfs.engine import python as python_engine
22+
from hsfs.transformation_function import TransformationType
2423

2524

2625
def test_quantile_transformer():

python/tests/test_builtin_winsorize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import math
2-
import pandas as pd
32

3+
import pandas as pd
44
from hsfs.builtin_transformations import winsorize
55
from hsfs.core.feature_descriptive_statistics import FeatureDescriptiveStatistics
66

0 commit comments

Comments
 (0)