Skip to content

Commit 49c3fa1

Browse files
committed
clean up a bit
1 parent 8b1e8fc commit 49c3fa1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/hashtable.pyx

+1-3
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,7 @@ cdef class Float64Vector(Vector):
142142

143143

144144
cdef class HashTable:
145-
146-
def __len__(self):
147-
return self.table.size
145+
pass
148146

149147
cdef class StringHashTable(HashTable):
150148
cdef kh_str_t *table

0 commit comments

Comments
 (0)