Skip to content

Commit 10bb8f0

Browse files
committed
🐴 this somehow resolves a completely unrelated mypy FP in __ipow__
1 parent 4d4ec47 commit 10bb8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numpy-stubs/@test/runtime/legacy/arithmetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def __rpow__(self, value: Any) -> Object:
271271

272272
# Inplace multiplication
273273

274-
AR_b *= AR_LIKE_b # type: ignore[arg-type] # mypy bug
274+
AR_b *= AR_LIKE_b
275275

276276
AR_u *= AR_LIKE_b
277277
AR_u *= AR_LIKE_u

0 commit comments

Comments
 (0)