Skip to content

Commit

Permalink
fix test_itertuples
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-joshi committed Sep 19, 2024
1 parent 72ce905 commit a36f07e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integ/modin/frame/test_itertuples.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
import pytest

import snowflake.snowpark.modin.plugin # noqa: F401
from snowflake.snowpark.modin.pandas.snow_partition_iterator import PARTITION_SIZE
from snowflake.snowpark.modin.plugin.extensions.snow_partition_iterator import (
PARTITION_SIZE,
)
from tests.integ.modin.sql_counter import SqlCounter, sql_count_checker
from tests.integ.modin.utils import eval_snowpark_pandas_result
from tests.utils import running_on_public_ci
Expand Down

0 comments on commit a36f07e

Please sign in to comment.