mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"""Test the National Weather Service (NWS) config flow."""
|
||||
import json
|
||||
from unittest.mock import patch
|
||||
|
||||
from homeassistant import config_entries, setup
|
||||
from homeassistant.components.metoffice.const import DOMAIN
|
||||
@@ -12,7 +13,6 @@ from .const import (
|
||||
TEST_SITE_NAME_WAVERTREE,
|
||||
)
|
||||
|
||||
from tests.async_mock import patch
|
||||
from tests.common import MockConfigEntry, load_fixture
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user