diff options
| -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 |
