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:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user