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 Z-Wave config panel."""
|
||||
import json
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
@@ -8,7 +9,6 @@ from homeassistant.components import config
|
||||
from homeassistant.components.zwave import DATA_NETWORK, const
|
||||
from homeassistant.const import HTTP_NOT_FOUND
|
||||
|
||||
from tests.async_mock import MagicMock, patch
|
||||
from tests.mock.zwave import MockEntityValues, MockNode, MockValue
|
||||
|
||||
VIEW_NAME = "api:config:zwave:device_config"
|
||||
|
||||
Reference in New Issue
Block a user