mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Cleanup unused loggers (#46510)
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
"""The tests for the litejet component."""
|
||||
import logging
|
||||
import unittest
|
||||
|
||||
from homeassistant.components import litejet
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class TestLiteJet(unittest.TestCase):
|
||||
"""Test the litejet component."""
|
||||
|
||||
Reference in New Issue
Block a user