Skip to content

Commit

Permalink
Update frame.pyi
Browse files Browse the repository at this point in the history
fix black issue do to merging with main
  • Loading branch information
Dr-Irv authored Feb 12, 2024
1 parent f332baa commit 5496f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas-stubs/core/frame.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class _LocIndexerFrame(_LocIndexer):
| slice
| _IndexSliceTuple
| Callable,
MaskType | list[HashableT] | slice | Callable,
MaskType | list[HashableT] | slice | Callable,
]
),

Expand Down

0 comments on commit 5496f46

Please sign in to comment.