mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# pylint: disable=protected-access
|
||||
import asyncio
|
||||
import unittest
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
@@ -23,7 +24,6 @@ from homeassistant.helpers.service import async_get_all_descriptions
|
||||
from homeassistant.loader import bind_hass
|
||||
from homeassistant.setup import async_setup_component, setup_component
|
||||
|
||||
from tests.async_mock import Mock, patch
|
||||
from tests.common import async_mock_service, get_test_home_assistant
|
||||
from tests.components.logbook.test_init import MockLazyEventPartialState
|
||||
|
||||
|
||||
Reference in New Issue
Block a user