Skip to content

Commit 371174c

Browse files
MAINT: remove unused imports
Original NumPy Commit: 4d23ebeb068c8d6ba6edfc11d32ab2af8bb89c74
1 parent 9018998 commit 371174c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

array_api_strict/tests/test_creation_functions.py

-15
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,15 @@
88
empty,
99
empty_like,
1010
eye,
11-
from_dlpack,
1211
full,
1312
full_like,
1413
linspace,
15-
meshgrid,
1614
ones,
1715
ones_like,
1816
zeros,
1917
zeros_like,
2018
)
2119
from numpy._array_object import Array
22-
from numpy._dtypes import (
23-
_all_dtypes,
24-
_boolean_dtypes,
25-
_floating_dtypes,
26-
_integer_dtypes,
27-
_integer_or_boolean_dtypes,
28-
_numeric_dtypes,
29-
int8,
30-
int16,
31-
int32,
32-
int64,
33-
uint64,
34-
)
3520

3621

3722
def test_asarray_errors():

0 commit comments

Comments
 (0)