Skip to content

Commit d0ed65c

Browse files
committed
add suppressions
1 parent e583aa5 commit d0ed65c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas-stubs/core/indexing.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ _IndexSliceTuple: TypeAlias = tuple[
1717
_IndexSliceUnion: TypeAlias = slice | _IndexSliceTuple
1818

1919
_IndexSliceUnionT = TypeVar(
20-
"_IndexSliceUnionT", bound=_IndexSliceUnion
21-
) # pyrefly: ignore
20+
"_IndexSliceUnionT", bound=_IndexSliceUnion # pyrefly: ignore
21+
)
2222

2323
class _IndexSlice:
2424
def __getitem__(self, arg: _IndexSliceUnionT) -> _IndexSliceUnionT: ...

0 commit comments

Comments
 (0)