Add type ignore error codes [N-Z] (#66779)
This commit is contained in:
parent
d7170f43c3
commit
67e94f2b4b
6 changed files with 11 additions and 11 deletions
|
@ -489,7 +489,7 @@ class NestFlowHandler(
|
|||
config_path = info["nest_conf_path"]
|
||||
|
||||
if not await self.hass.async_add_executor_job(os.path.isfile, config_path):
|
||||
self.flow_impl = DOMAIN # type: ignore
|
||||
self.flow_impl = DOMAIN # type: ignore[assignment]
|
||||
return await self.async_step_link()
|
||||
|
||||
flow = self.hass.data[DATA_FLOW_IMPL][DOMAIN]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue