mirror of
https://gitee.com/openharmony/third_party_jinja2
synced 2024-11-27 09:20:49 +00:00
Corrected a newline
This commit is contained in:
parent
eb12114219
commit
146c9ba170
@ -17,7 +17,6 @@ _identity = lambda x: x
|
||||
|
||||
|
||||
if not PY2:
|
||||
|
||||
unichr = chr
|
||||
range_type = range
|
||||
text_type = str
|
||||
@ -45,6 +44,7 @@ if not PY2:
|
||||
implements_to_string = _identity
|
||||
encode_filename = _identity
|
||||
get_next = lambda x: x.__next__
|
||||
|
||||
else:
|
||||
unichr = unichr
|
||||
text_type = unicode
|
||||
|
Loading…
Reference in New Issue
Block a user