Skip to content

Commit

Permalink
Update jinja for Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
pthier authored and victorgomes committed Apr 23, 2024
1 parent f6074eb commit 550b149
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/inspector_protocol/jinja2/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"""
import operator
import re
# Commenting for PY2 compatibility.
# from collections.abc import Mapping
from collections import Mapping
from collections.abc import Mapping
from jinja2.runtime import Undefined
from jinja2._compat import text_type, string_types, integer_types
import decimal
Expand Down

0 comments on commit 550b149

Please sign in to comment.