1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Fix import pylint warning in core tests (#119359)

This commit is contained in:
epenet
2024-06-11 15:04:00 +02:00
committed by GitHub
parent e57bac6da8
commit 65befcf5d4
7 changed files with 46 additions and 35 deletions

View File

@@ -44,13 +44,12 @@ from .common import (
MockPlatform,
async_capture_events,
async_fire_time_changed,
async_get_persistent_notifications,
mock_config_flow,
mock_integration,
mock_platform,
)
from tests.common import async_get_persistent_notifications
@pytest.fixture(autouse=True)
def mock_handlers() -> Generator[None]: