mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 14:08:21 +00:00
Cleanup unused loggers (components N-Z + tests) (#41982)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
"""Philips Hue lights platform tests."""
|
||||
import asyncio
|
||||
import logging
|
||||
|
||||
import aiohue
|
||||
|
||||
@@ -11,8 +10,6 @@ from homeassistant.util import color
|
||||
|
||||
from tests.async_mock import Mock
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
HUE_LIGHT_NS = "homeassistant.components.light.hue."
|
||||
GROUP_RESPONSE = {
|
||||
"1": {
|
||||
|
||||
Reference in New Issue
Block a user