Cleanup unused loggers (#46510)
This commit is contained in:
parent
10e88cd23d
commit
a5a45f29e2
65 changed files with 0 additions and 223 deletions
|
@ -1,5 +1,4 @@
|
|||
"""Test check_config script."""
|
||||
import logging
|
||||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
|
@ -9,8 +8,6 @@ import homeassistant.scripts.check_config as check_config
|
|||
|
||||
from tests.common import get_test_config_dir, patch_yaml_files
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
BASE_CONFIG = (
|
||||
"homeassistant:\n"
|
||||
" name: Home\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue