Add type ignore error codes [helpers] (#66776)

This commit is contained in:
Marc Mueller 2022-02-18 11:31:37 +01:00 committed by GitHub
parent 0188e8b319
commit bfb1abd3a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 25 additions and 23 deletions

View file

@ -70,7 +70,7 @@ class FlowManagerIndexView(_BaseFlowManagerView):
try:
result = await self._flow_mgr.async_init(
handler, # type: ignore
handler, # type: ignore[arg-type]
context={
"source": config_entries.SOURCE_USER,
"show_advanced_options": data["show_advanced_options"],