]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
[pre-commit.ci] auto fixes from pre-commit.com hooks 1800/head
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Tue, 7 Feb 2023 04:43:17 +0000 (04:43 +0000)
committerpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Tue, 7 Feb 2023 04:43:17 +0000 (04:43 +0000)
for more information, see https://pre-commit.ci

src/jinja2/compiler.py

index 3458095f54ede1322eb2ab9e34288da87db54ca1..7dfac0a71adc093b16450a9ea74f61dbb27cae87 100644 (file)
@@ -993,7 +993,6 @@ class CodeGenerator(NodeVisitor):
         # far, we don't have to add a check if something extended
         # the template before this one.
         if self.extends_so_far > 0:
-
             # if we have a known extends we just add a template runtime
             # error into the generated code.  We could catch that at compile
             # time too, but i welcome it not to confuse users by throwing the