Skip to content

Commit 625fa98

Browse files
committed
adding IntpHashTable to hashtable.pyi
1 parent 89bf77e commit 625fa98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/_libs/hashtable.pyi

+2
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)