mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Cleanup unused loggers (components A-M) (#41600)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
"""Support for Blinkstick lights."""
|
||||
import logging
|
||||
|
||||
from blinkstick import blinkstick
|
||||
import voluptuous as vol
|
||||
|
||||
@@ -16,8 +14,6 @@ from homeassistant.const import CONF_NAME
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
import homeassistant.util.color as color_util
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
CONF_SERIAL = "serial"
|
||||
|
||||
DEFAULT_NAME = "Blinkstick"
|
||||
|
||||
Reference in New Issue
Block a user