Skip to content

Commit

Permalink
Remove unused cimport
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Aug 17, 2024
1 parent 3de4049 commit 35583c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cuspatial/cuspatial/_lib/cpp/spatial_join.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from libc.stdint cimport int8_t
from libcpp.memory cimport unique_ptr

from pylibcudf.libcudf.column.column cimport column
from pylibcudf.libcudf.column.column_view cimport column_view
from pylibcudf.libcudf.table.table cimport table
from pylibcudf.libcudf.table.table_view cimport table_view
Expand Down

0 comments on commit 35583c1

Please sign in to comment.