Skip to content

Commit b98342a

Browse files
committed
Use typing.Mapping for py37 and py38.
1 parent 93bbe2b commit b98342a

File tree

1 file changed

+1
-1
lines changed
  • jsonpath/function_extensions

1 file changed

+1
-1
lines changed

jsonpath/function_extensions/keys.py

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

0 commit comments

Comments
 (0)