mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Drop asynctest (#44746)
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
import asyncio
|
||||
import os
|
||||
import threading
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
import pytest
|
||||
import voluptuous as vol
|
||||
@ -18,7 +19,6 @@ from homeassistant.helpers.config_validation import (
|
||||
)
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
from tests.async_mock import Mock, patch
|
||||
from tests.common import (
|
||||
MockConfigEntry,
|
||||
MockModule,
|
||||
|
Reference in New Issue
Block a user