1
0
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:
tkdrob
2021-02-14 07:46:58 -05:00
committed by GitHub
parent 10e88cd23d
commit a5a45f29e2
65 changed files with 0 additions and 223 deletions

View File

@@ -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"