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.
Mapping
collections.abc
1 parent 1fa44c7 commit 4d1891bCopy full SHA for 4d1891b
array_api_tests/dtype_helpers.py
@@ -1,4 +1,4 @@
1
-from collections import Mapping
+from collections.abc import Mapping
2
from functools import lru_cache
3
from typing import NamedTuple, Tuple, Union
4
from warnings import warn
0 commit comments