Skip to content

Commit b85989e

Browse files
author
Maxime LABELLE
committed
updated compat file.
1 parent 82df48e commit b85989e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jmespath/compat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import sys
21
import inspect
3-
from itertools import zip_longest
42

3+
iteritems = dict.items
54

5+
map = map
66
text_type = str
77
string_type = str
88

0 commit comments

Comments
 (0)