Skip to content

Commit 833d1d1

Browse files
committed
adding IntpHashTable to hashtable.pyi
1 parent 0e15ad1 commit 833d1d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/_libs/hashtable.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ class UInt32HashTable(HashTable): ...
212212
class UInt16HashTable(HashTable): ...
213213
class UInt8HashTable(HashTable): ...
214214

215+
class IntpHashTable(HashTable): ...
216+
215217
class StringHashTable(HashTable): ...
216218
class PyObjectHashTable(HashTable): ...
217219

0 commit comments

Comments
 (0)