Skip to content

Commit 8685109

Browse files
committed
🐟 remove unused override ignore comment (flaky)
1 parent 5c63ac0 commit 8685109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numpy-stubs/lib/_npyio_impl.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class NpzFile(Mapping[str, _nt.Array[_ScalarT_co]]):
9999
@overload
100100
def get(self, key: str, default: None = None, /) -> _nt.Array[_ScalarT_co] | None: ...
101101
@overload
102-
def get(self, key: str, default: _nt.Array[_ScalarT_co] | _T, /) -> _nt.Array[_ScalarT_co] | _T: ... # pyright: ignore[reportIncompatibleMethodOverride]
102+
def get(self, key: str, default: _nt.Array[_ScalarT_co] | _T, /) -> _nt.Array[_ScalarT_co] | _T: ...
103103

104104
#
105105
def close(self) -> None: ...

0 commit comments

Comments
 (0)