diff options
author | ohmikey <[email protected]> | 2022-02-10 16:49:04 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:04 +0300 |
commit | e4656c6709774b419fc898b5a618a4b9cd30f884 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | 9c3a7ffec2e01423a12950e8427be27bc685f4aa (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
-rw-r--r-- | contrib/python/Jinja2/py2/jinja2/nativetypes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/Jinja2/py2/jinja2/nativetypes.py b/contrib/python/Jinja2/py2/jinja2/nativetypes.py index e4347eefae2..9f0d39cd98f 100644 --- a/contrib/python/Jinja2/py2/jinja2/nativetypes.py +++ b/contrib/python/Jinja2/py2/jinja2/nativetypes.py @@ -91,4 +91,4 @@ class NativeTemplate(Template): return self.environment.handle_exception() -NativeEnvironment.template_class = NativeTemplate # type: ignore +NativeEnvironment.template_class = NativeTemplate # type: ignore |