Cleanup unused loggers (#46510)
This commit is contained in:
parent
10e88cd23d
commit
a5a45f29e2
65 changed files with 0 additions and 223 deletions
|
@ -1,7 +1,4 @@
|
|||
"""Webhooks used by rachio."""
|
||||
|
||||
import logging
|
||||
|
||||
from aiohttp import web
|
||||
|
||||
from homeassistant.const import URL_API
|
||||
|
@ -80,9 +77,6 @@ SIGNAL_MAP = {
|
|||
}
|
||||
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@callback
|
||||
def async_register_webhook(hass, webhook_id, entry_id):
|
||||
"""Register a webhook."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue