1
0
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:
Philip Allgaier
2020-10-17 04:24:08 +02:00
committed by GitHub
parent ad6ce5fa83
commit dde6305549
326 changed files with 84 additions and 1156 deletions

View File

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