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 @@
|
|||
"""Config flow for HomeKit integration."""
|
||||
import logging
|
||||
import random
|
||||
import string
|
||||
|
||||
|
@ -101,8 +100,6 @@ _EMPTY_ENTITY_FILTER = {
|
|||
CONF_EXCLUDE_ENTITIES: [],
|
||||
}
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
"""Handle a config flow for HomeKit."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue