Cleanup unused loggers (#46510)
This commit is contained in:
parent
10e88cd23d
commit
a5a45f29e2
65 changed files with 0 additions and 223 deletions
|
@ -1,6 +1,5 @@
|
|||
"""Websocket API for Z-Wave JS."""
|
||||
import json
|
||||
import logging
|
||||
|
||||
from aiohttp import hdrs, web, web_exceptions
|
||||
import voluptuous as vol
|
||||
|
@ -17,8 +16,6 @@ from homeassistant.helpers.dispatcher import async_dispatcher_connect
|
|||
|
||||
from .const import DATA_CLIENT, DOMAIN, EVENT_DEVICE_ADDED_TO_REGISTRY
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
ID = "id"
|
||||
ENTRY_ID = "entry_id"
|
||||
NODE_ID = "node_id"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue