Skip to content

Commit 7ee2cd6

Browse files
committed
isort fix
1 parent b30f14f commit 7ee2cd6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modin/tests/pandas/native_df_interoperability/test_compiler_caster.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
import pytest
2323
from pytest import param
2424

25-
from modin.logging.metrics import (
26-
add_metric_handler,
27-
clear_metric_handler,
28-
)
2925
import modin.pandas as pd
3026
from modin.config import context as config_context
3127
from modin.config.envvars import Backend, Engine, Execution
@@ -42,6 +38,7 @@
4238
register_function_for_post_op_switch,
4339
register_function_for_pre_op_switch,
4440
)
41+
from modin.logging.metrics import add_metric_handler, clear_metric_handler
4542
from modin.pandas.api.extensions import register_pd_accessor
4643
from modin.tests.pandas.utils import create_test_dfs, df_equals, eval_general
4744

0 commit comments

Comments
 (0)