Skip to content

Commit bf9bad2

Browse files
committed
TYP: remove incorrect "fail" type-test
1 parent 03861ae commit bf9bad2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpy/typing/tests/data/fail/multiarray.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ np.unpackbits(AR_u1, bitorder=">") # E: incompatible type
3434
np.shares_memory(1, 1, max_work=i8) # E: incompatible type
3535
np.may_share_memory(1, 1, max_work=i8) # E: incompatible type
3636

37-
np.arange(M) # E: No overload variant
3837
np.arange(stop=10) # E: No overload variant
3938

4039
np.datetime_data(int) # E: incompatible type

0 commit comments

Comments
 (0)