We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Array
_array_object
1 parent 1130063 commit a05cea7Copy full SHA for a05cea7
array_api_strict/_typing.py
@@ -18,7 +18,7 @@
18
import sys
19
from typing import Any, Literal, Sequence, Type, Union, TYPE_CHECKING, TypeVar
20
21
-from . import Array
+from ._array_object import Array
22
from numpy import (
23
dtype,
24
int8,
0 commit comments