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
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue