Improve typing [util.decorator] (#67087)
This commit is contained in:
parent
46c2bd0eb0
commit
ec980a574b
23 changed files with 59 additions and 38 deletions
|
@ -12,7 +12,7 @@ from .const import DOMAIN, SYN_RESOLUTION_MATCH
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
HANDLERS = Registry()
|
||||
HANDLERS = Registry() # type: ignore[var-annotated]
|
||||
|
||||
INTENTS_API_ENDPOINT = "/api/alexa"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue