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,6 +1,7 @@
|
||||
"""Tests for Minio Hass related code."""
|
||||
import asyncio
|
||||
import json
|
||||
from unittest.mock import MagicMock, call, patch
|
||||
|
||||
import pytest
|
||||
|
||||
@@ -18,7 +19,6 @@ from homeassistant.components.minio import (
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.async_mock import MagicMock, call, patch
|
||||
from tests.components.minio.common import TEST_EVENT
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user