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.
typing.Mapping
1 parent 93bbe2b commit b98342aCopy full SHA for b98342a
jsonpath/function_extensions/keys.py
@@ -1,4 +1,4 @@
1
-from collections.abc import Mapping
+from typing import Mapping
2
from typing import Optional
3
from typing import Tuple
4
0 commit comments