mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Cleanup unused loggers (#46510)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
"""The tests for the litejet component."""
|
||||
import logging
|
||||
import unittest
|
||||
from unittest import mock
|
||||
|
||||
@@ -9,8 +8,6 @@ from homeassistant.components import litejet
|
||||
from tests.common import get_test_home_assistant
|
||||
from tests.components.scene import common
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
ENTITY_SCENE = "scene.mock_scene_1"
|
||||
ENTITY_SCENE_NUMBER = 1
|
||||
ENTITY_OTHER_SCENE = "scene.mock_scene_2"
|
||||
|
||||
Reference in New Issue
Block a user