Skip to content

Commit 4d1891b

Browse files
committed
Use Mapping from collections.abc
1 parent 1fa44c7 commit 4d1891b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/dtype_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from collections import Mapping
1+
from collections.abc import Mapping
22
from functools import lru_cache
33
from typing import NamedTuple, Tuple, Union
44
from warnings import warn

0 commit comments

Comments
 (0)