Skip to content

Commit c403fb2

Browse files
committed
whiespace
1 parent 247b1ab commit c403fb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/tests/unit/conftest.py.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{% raw %}import logging
22

33
import pytest{% endraw %}{% if configure_python_asyncio or configure_vcrpy %}
4-
{% endif %}{% if configure_vcrpy %}{% raw %}
5-
from .vcrpy_fixtures import pytest_recording_configure # noqa: F401 # this is configuration we need in conftest scope
4+
5+
{% endif %}{% if configure_vcrpy %}{% raw %}from .vcrpy_fixtures import pytest_recording_configure # noqa: F401 # this is configuration we need in conftest scope
66
from .vcrpy_fixtures import vcr_config # noqa: F401 # this is an autouse fixture{% endraw %}{% endif %}{% raw %}
77

88
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)