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:
@ -1,9 +1,9 @@
|
||||
"""Tests for the aws component config and setup."""
|
||||
from unittest.mock import AsyncMock, MagicMock, patch as async_patch
|
||||
|
||||
from homeassistant.components import aws
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.async_mock import AsyncMock, MagicMock, patch as async_patch
|
||||
|
||||
|
||||
class MockAioSession:
|
||||
"""Mock AioSession."""
|
||||
|
Reference in New Issue
Block a user