Skip to content

Commit fd25099

Browse files
PR Feedback
1 parent aef081f commit fd25099

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas-stubs/core/frame.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,7 @@ class DataFrame(NDFrame, OpsMixin, _GetItemHack):
547547
cls,
548548
data: (
549549
np_2darray
550-
| Sequence[SequenceNotStr]
551-
| Sequence[Mapping[str, Any]]
552-
| Iterator[SequenceNotStr]
550+
| Iterator[SequenceNotStr[Any]]
553551
| Iterator[Mapping[str, Any]]
554552
| Mapping[str, Any]
555553
| Mapping[str, SequenceNotStr[Any]]

0 commit comments

Comments
 (0)