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 de56f52 commit 8bc5ce3Copy full SHA for 8bc5ce3
jmespath/compat.py
@@ -1,8 +1,8 @@
1
-import sys
2
import inspect
3
-from itertools import zip_longest
4
+iteritems = dict.items
5
+map = map
6
text_type = str
7
string_type = str
8
0 commit comments