Skip to content

Commit

Permalink
Update python/cudf/cudf/tests/test_sorting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Feb 20, 2024
1 parent 21a368e commit ada376e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_sorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import pytest

from cudf import DataFrame, Series
from cudf.core._compat import PANDAS_GE_200
from cudf.core._compat import PANDAS_GE_220
from cudf.core.column import NumericalColumn
from cudf.testing._utils import (
DATETIME_TYPES,
Expand Down

0 comments on commit ada376e

Please sign in to comment.