Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Oct 1, 2024
1 parent 5a95332 commit d2f6333
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tests/test_runtime.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
import copy
import itertools
import pickle

import pytest

from jinja2 import Template, Undefined, ChainableUndefined, DebugUndefined, \
StrictUndefined, TemplateRuntimeError
from jinja2 import ChainableUndefined
from jinja2 import DebugUndefined
from jinja2 import StrictUndefined
from jinja2 import Template
from jinja2 import TemplateRuntimeError
from jinja2 import Undefined
from jinja2.runtime import LoopContext

TEST_IDX_TEMPLATE_STR_1 = (
Expand Down

0 comments on commit d2f6333

Please sign in to comment.