We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa71e9e commit 67d9667Copy full SHA for 67d9667
array_api_strict/_array_object.py
@@ -38,7 +38,7 @@
38
39
if TYPE_CHECKING:
40
from typing import Optional, Tuple, Union, Any
41
- from ._typing import PyCapsule, Device, Dtype
+ from ._typing import PyCapsule, Dtype
42
import numpy.typing as npt
43
44
import numpy as np
0 commit comments