Clean up unused loggers (#57662)
This commit is contained in:
parent
fdc6d9e004
commit
488a636aec
88 changed files with 0 additions and 292 deletions
|
@ -1,6 +1,4 @@
|
|||
"""The tests for the litejet component."""
|
||||
import logging
|
||||
|
||||
from homeassistant.components import light
|
||||
from homeassistant.components.light import ATTR_BRIGHTNESS, ATTR_TRANSITION
|
||||
from homeassistant.components.litejet.const import CONF_DEFAULT_TRANSITION
|
||||
|
@ -8,8 +6,6 @@ from homeassistant.const import ATTR_ENTITY_ID, SERVICE_TURN_OFF, SERVICE_TURN_O
|
|||
|
||||
from . import async_init_integration
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
ENTITY_LIGHT = "light.mock_load_1"
|
||||
ENTITY_LIGHT_NUMBER = 1
|
||||
ENTITY_OTHER_LIGHT = "light.mock_load_2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue