Skip to content

Commit 08ad871

Browse files
author
shirzady1934
committed
issue 1162 I change Hashable to HashableT in _LocIndexerFrame and it's fine
1 parent 4b99ad8 commit 08ad871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/frame.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class _LocIndexerFrame(_LocIndexer, Generic[_T]):
185185
IndexType
186186
| MaskType
187187
| Callable[[DataFrame], IndexType | MaskType | Sequence[Hashable]]
188-
| list[Hashable]
188+
| list[HashableT]
189189
| tuple[
190190
IndexType
191191
| MaskType

0 commit comments

Comments
 (0)