Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
arunjose696 committed Jun 24, 2024
1 parent e8925cb commit 8c6ad55
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 310 deletions.
6 changes: 1 addition & 5 deletions modin/tests/pandas/dataframe/test_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
from pandas._testing import ensure_clean

import modin.pandas as pd
<<<<<<< HEAD
from modin.config import MinRowPartitionSize, NPartitions, UsePlainPandasQueryCompiler
=======
from modin.config import MinPartitionSize, NativeDataframeMode, NPartitions
>>>>>>> 1984aa1f (renaming to PlainPandasQueryCompiler to NativeDataframeMode)
from modin.config import MinRowPartitionSize, NativeDataframeMode, NPartitions
from modin.pandas.indexing import is_range_like
from modin.pandas.testing import assert_index_equal
from modin.tests.pandas.utils import (
Expand Down
Loading

0 comments on commit 8c6ad55

Please sign in to comment.