Skip to content

Commit a7077ff

Browse files
committed
🐴 update # type: ignore error code
1 parent d5d4ddf commit a7077ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/static/reject/arithmetic.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ AR_f **= AR_LIKE_c # type: ignore[arg-type]
110110

111111
# Scalars
112112

113-
b_ - b_ # type: ignore[call-overload] # pyright: ignore[reportOperatorIssue]
113+
b_ - b_ # type: ignore[operator] # pyright: ignore[reportOperatorIssue]
114114

115115
dt + dt # type: ignore[operator] # pyright: ignore[reportOperatorIssue]
116116
td - dt # type: ignore[operator] # pyright: ignore[reportOperatorIssue]

0 commit comments

Comments
 (0)