Skip to content

Commit 80810e9

Browse files
namitdeb739claude
andcommitted
fix: use plain {%if%} tags in TYPE_CHECKING block to avoid collapsing import line
{%- lstrip was stripping the newline after `if TYPE_CHECKING:`, collapsing it onto the same line as the first import. trim_blocks=True (Copier default) makes plain {% if %} tags invisible on their own lines. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 72d780f commit 80810e9

1 file changed

File tree

template/tests/conftest.py.jinja

-3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)