Add type ignore error codes [helpers] (#66776)
This commit is contained in:
parent
0188e8b319
commit
bfb1abd3a2
12 changed files with 25 additions and 23 deletions
|
@ -152,7 +152,7 @@ class IntentHandler:
|
|||
extra=vol.ALLOW_EXTRA,
|
||||
)
|
||||
|
||||
return self._slot_schema(slots) # type: ignore
|
||||
return self._slot_schema(slots) # type: ignore[no-any-return]
|
||||
|
||||
async def async_handle(self, intent_obj: Intent) -> IntentResponse:
|
||||
"""Handle the intent."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue