Skip to content

Commit 7821709

Browse files
committed
⚗️ repro python/mypy#18814
1 parent 8c83fcd commit 7821709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/numpy-stubs/dtypes.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,7 @@ class StringDType( # type: ignore[misc]
694694

695695
#
696696
@overload
697+
@override
697698
def __new__(cls, /, *, coerce: bool = True) -> Self: ...
698699
@overload
699700
def __new__(cls, /, *, na_object: _NaObjectT_co, coerce: bool = True) -> Self: ...

0 commit comments

Comments
 (0)