Skip to content

Commit

Permalink
remove dead import
Browse files Browse the repository at this point in the history
Signed-off-by: Praateek Mahajan <[email protected]>
  • Loading branch information
praateekmahajan committed Sep 23, 2024
1 parent cb770ab commit c4efe56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crossfit/backend/cudf/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from typing import TYPE_CHECKING

if TYPE_CHECKING:
# from cudf._typing import ColumnBinaryOperand, ColumnLike, Dtype, ScalarLike
from cudf.core.buffer import Buffer
from cudf.core.dtypes import ListDtype
from cudf.core.column.numerical import NumericalColumn
Expand Down

0 comments on commit c4efe56

Please sign in to comment.