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 zha cover."""
|
||||
import asyncio
|
||||
from unittest.mock import AsyncMock, patch
|
||||
|
||||
import pytest
|
||||
import zigpy.profiles.zha
|
||||
@@ -32,7 +33,6 @@ from .common import (
|
||||
send_attributes_report,
|
||||
)
|
||||
|
||||
from tests.async_mock import AsyncMock, patch
|
||||
from tests.common import async_capture_events, mock_coro, mock_restore_cache
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user