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,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."""