Skip to content

Commit

Permalink
Remove unused import (#17005)
Browse files Browse the repository at this point in the history
This PR removes an unused unused import in cudf which was causing errors in doc builds.

Authors:
  - Matthew Murray (https://github.com/Matt711)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #17005
  • Loading branch information
Matt711 authored Oct 7, 2024
1 parent fcff2b6 commit bfd568b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cudf/cudf/_lib/string_casting.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ from cudf._lib.scalar import as_device_scalar
from cudf._lib.types import SUPPORTED_NUMPY_TO_LIBCUDF_TYPES

from libcpp.memory cimport unique_ptr
from libcpp.string cimport string
from libcpp.utility cimport move

from pylibcudf.libcudf.column.column cimport column
Expand Down

0 comments on commit bfd568b

Please sign in to comment.