mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Cleanup unused loggers (components N-Z + tests) (#41982)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
"""Tests for the Google Assistant traits."""
|
||||
from datetime import datetime, timedelta
|
||||
import logging
|
||||
|
||||
import pytest
|
||||
|
||||
@@ -57,8 +56,6 @@ from . import BASIC_CONFIG, MockConfig
|
||||
from tests.async_mock import patch
|
||||
from tests.common import async_mock_service
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQ_ID = "ff36a3cc-ec34-11e6-b1a0-64510650abcf"
|
||||
|
||||
BASIC_DATA = helpers.RequestData(
|
||||
|
||||
Reference in New Issue
Block a user