Skip to content

Commit a05cea7

Browse files
committed
MAINT: Import Array from the _array_object namespace
Changed as `Array` does not live in the main `np.array_api` namespace Original NumPy Commit: 4f8f50d5b5e992afaf0ef08773bd88d696683bd3
1 parent 1130063 commit a05cea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_strict/_typing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import sys
1919
from typing import Any, Literal, Sequence, Type, Union, TYPE_CHECKING, TypeVar
2020

21-
from . import Array
21+
from ._array_object import Array
2222
from numpy import (
2323
dtype,
2424
int8,

0 commit comments

Comments
 (0)