mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Add type ignore error codes [helpers] (#66776)
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user