8000
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 7a08a7b commit 8ba2de5Copy full SHA for 8ba2de5
src/array_api_typing/_namespace.py
@@ -11,7 +11,7 @@
11
# type-checking. The type variable depends on Array, so we create a dummy type
12
# variable without the same bounds and default for this case. In Python 3.13, this
13
# is no longer be necessary.
14
- from collections.abc import Buffer
+ from typing_extensions import Buffer
15
16
from ._array import Array
17
from ._misc_objects import Device, DType
0 commit comments