mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Cleanup unused loggers (components N-Z + tests) (#41982)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
"""The tests the cover command line platform."""
|
||||
import logging
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant import setup
|
||||
@@ -25,8 +23,6 @@ from homeassistant.const import (
|
||||
|
||||
from tests.common import assert_setup_component, async_mock_service
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
ENTITY_COVER = "cover.test_template_cover"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user