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:
@@ -3,6 +3,7 @@ import asyncio
|
||||
from copy import copy
|
||||
from os import path
|
||||
import unittest
|
||||
from unittest.mock import patch
|
||||
|
||||
from voluptuous.error import MultipleInvalid
|
||||
|
||||
@@ -23,7 +24,6 @@ from homeassistant.const import (
|
||||
from homeassistant.core import Context, callback
|
||||
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