2 lines
112 B
Python
2 lines
112 B
Python
"""Test fixtures for mqtt component."""
|
|
from tests.components.light.conftest import mock_light_profiles # noqa
|