Skip to content

Commit 94d784b

Browse files
committed
Fix imports
1 parent 44c86a7 commit 94d784b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modin/tests/pandas/native_df_interoperability/test_compiler_caster.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
import pandas
1515
import pytest
1616

17+
import modin.pandas as pd
1718
from modin.core.storage_formats.base.query_compiler import QCCoercionCost
1819
from modin.core.storage_formats.pandas.native_query_compiler import NativeQueryCompiler
19-
import modin.pandas as pd
2020

2121

2222
class CloudQC(NativeQueryCompiler):

0 commit comments

Comments
 (0)