mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Fix some more usages of asynctest (#39570)
This commit is contained in:
@@ -4,7 +4,6 @@ from copy import copy
|
||||
from os import path
|
||||
import unittest
|
||||
|
||||
from asynctest.mock import patch
|
||||
from voluptuous.error import MultipleInvalid
|
||||
|
||||
from homeassistant import config as hass_config
|
||||
@@ -23,6 +22,7 @@ from homeassistant.const import (
|
||||
)
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.async_mock import patch
|
||||
from tests.common import get_test_home_assistant, mock_service
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user