mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Cleanup unused loggers (#46510)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"""Tests for the Hyperion component."""
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
from types import TracebackType
|
||||
from typing import Any, Dict, Optional, Type
|
||||
from unittest.mock import AsyncMock, Mock, patch
|
||||
@@ -63,8 +62,6 @@ TEST_AUTH_NOT_REQUIRED_RESP = {
|
||||
"info": {"required": False},
|
||||
}
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class AsyncContextManagerMock(Mock):
|
||||
"""An async context manager mock for Hyperion."""
|
||||
|
||||
Reference in New Issue
Block a user