4 lines
119 B
Python
4 lines
119 B
Python
|
"""Conftest for trace tests."""
|
||
|
|
||
|
from tests.components.blueprint.conftest import stub_blueprint_populate # noqa: F401
|