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 @@
|
|||
"""Websocket API for blueprint."""
|
||||
import logging
|
||||
from typing import Dict, Optional
|
||||
|
||||
import async_timeout
|
||||
|
@ -15,8 +14,6 @@ from . import importer, models
|
|||
from .const import DOMAIN
|
||||
from .errors import FileAlreadyExists
|
||||
|
||||
_LOGGER = logging.getLogger(__package__)
|
||||
|
||||
|
||||
@callback
|
||||
def async_setup(hass: HomeAssistant):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue