Skip to content

Commit 9a44401

Browse files
committed
adding IntpHashTable to hashtable.pyi
1 parent 9e9dda5 commit 9a44401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/hashtable.pyi

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ class UInt16HashTable(HashTable): ...
192192
class UInt8HashTable(HashTable): ...
193193
class StringHashTable(HashTable): ...
194194
class PyObjectHashTable(HashTable): ...
195+
class IntpHashTable(HashTable): ...
195196

196197
def duplicated_int64(
197198
values: np.ndarray, # const int64_t[:] values

0 commit comments

Comments
 (0)