We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947f3dc commit 18820bfCopy full SHA for 18820bf
tools/inspector_protocol/jinja2/tests.py
@@ -10,7 +10,7 @@
10
"""
11
import operator
12
import re
13
-from collections import Mapping
+from collections.abc import Mapping
14
from jinja2.runtime import Undefined
15
from jinja2._compat import text_type, string_types, integer_types
16
import decimal
0 commit comments