diff options
author | ohmikey <ohmikey@yandex-team.ru> | 2022-02-10 16:49:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:04 +0300 |
commit | 9c3a7ffec2e01423a12950e8427be27bc685f4aa (patch) | |
tree | 527e8560db116936fed575507405d87d4ceb8026 /contrib | |
parent | a1ac9c5d21387e37a6258b89c22120a67f6fab65 (diff) | |
download | ydb-9c3a7ffec2e01423a12950e8427be27bc685f4aa.tar.gz |
Restoring authorship annotation for <ohmikey@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib')
-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 9f0d39cd98..e4347eefae 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 |