mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Cleanup unused loggers (components N-Z + tests) (#41982)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
"""The tests for the Template fan platform."""
|
||||
import logging
|
||||
|
||||
import pytest
|
||||
import voluptuous as vol
|
||||
|
||||
@@ -20,9 +18,6 @@ from homeassistant.const import STATE_OFF, STATE_ON, STATE_UNAVAILABLE
|
||||
from tests.common import assert_setup_component, async_mock_service
|
||||
from tests.components.fan import common
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
_TEST_FAN = "fan.test_fan"
|
||||
# Represent for fan's state
|
||||
_STATE_INPUT_BOOLEAN = "input_boolean.state"
|
||||
|
||||
Reference in New Issue
Block a user