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 f2c3fc8 commit 64fe1afCopy full SHA for 64fe1af
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