Skip to content

Commit e114e49

Browse files
committed
🐴 remove a failing test due to a mypy bug
1 parent 5c78235 commit e114e49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/numpy-stubs/@test/static/accept/dtype.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ assert_type(np.dtype(None), np.dtype[np.float64])
7474

7575
# Dypes of dtypes
7676
assert_type(np.dtype(np.dtype(np.float64)), np.dtype[np.float64])
77-
assert_type(np.dtype(np.dtype(np.inexact)), np.dtype[np.inexact])
7877

7978
# Parameterized dtypes
8079
assert_type(np.dtype("S8"), np.dtype)

0 commit comments

Comments
 (0)