Skip to content

Commit

Permalink
minor cleanup for now
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Apr 1, 2024
1 parent cc08806 commit f0a8695
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion python/cudf/cudf/_lib/cpp/hash.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ cdef extern from "cudf/hashing.hpp" namespace "cudf::hashing" nogil:
HASH_IDENTITY
HASH_MURMUR3
HASH_SPARK_MURMUR3
HASH_MD5
HASH_MD5
2 changes: 0 additions & 2 deletions python/cudf/cudf/_lib/pylibcudf/hashing.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ from libc.stdint cimport uint32_t, uint64_t
from .table cimport Table
from .column cimport Column

#cpdef Column hash(Tabl)

cpdef Column murmurhash3_x86_32(
Table input,
uint32_t seed
Expand Down

0 comments on commit f0a8695

Please sign in to comment.