mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 04:14:32 +02:00
Fix AsyncMock imports (#129192)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""AirGradient tests configuration."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from unittest.mock import patch
|
||||
from unittest.mock import AsyncMock, patch
|
||||
|
||||
from airgradient import Config, Measures
|
||||
import pytest
|
||||
@@ -10,7 +10,6 @@ from homeassistant.components.airgradient.const import DOMAIN
|
||||
from homeassistant.const import CONF_HOST
|
||||
|
||||
from tests.common import MockConfigEntry, load_fixture
|
||||
from tests.components.smhi.common import AsyncMock
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user