Skip to content

Commit 9e19755

Browse files
committed
🐴 # type: ignore[misc]
1 parent 2720696 commit 9e19755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numpy-stubs/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5295,7 +5295,7 @@ class complex64(complexfloating[_n._32]):
52955295

52965296
csingle = complex64
52975297

5298-
class complex128(complexfloating[_n._64], complex):
5298+
class complex128(complexfloating[_n._64], complex): # type: ignore[misc]
52995299
@override
53005300
@type_check_only
53015301
def __nep50__(

0 commit comments

Comments
 (0)