mirror of
https://github.com/home-assistant/core.git
synced 2026-05-22 16:30:27 +01:00
dc880118a4
* Unused pylint suppression cleanups * Remove outdated pylint bug references * Add flake8-noqa config and note to run it every now and then * Add codes to noqa's * Unused noqa cleanups
4 lines
124 B
Python
4 lines
124 B
Python
"""Conftest for automation tests."""
|
|
|
|
from tests.components.blueprint.conftest import stub_blueprint_populate # noqa: F401
|