Skip to content

Commit

Permalink
fix cudf_kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 committed Jun 12, 2024
1 parent 24a9d94 commit 86ebb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf_kafka/cudf_kafka/_lib/kafka.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ from libcpp.memory cimport unique_ptr
from libcpp.string cimport string
from libcpp.vector cimport vector

from cudf._lib.io.datasource cimport Datasource
from cudf._lib.pylibcudf.iodatasource cimport Datasource
from cudf._lib.pylibcudf.libcudf.io.datasource cimport datasource


Expand Down

0 comments on commit 86ebb02

Please sign in to comment.