Add type ignore error codes [A-L] (#66778)
This commit is contained in:
parent
98982c86e4
commit
d7170f43c3
10 changed files with 10 additions and 10 deletions
|
@ -76,7 +76,7 @@ async def async_attach_trigger(
|
|||
job,
|
||||
{
|
||||
"trigger": {
|
||||
**trigger_data, # type: ignore # https://github.com/python/mypy/issues/9117
|
||||
**trigger_data, # type: ignore[arg-type] # https://github.com/python/mypy/issues/9117
|
||||
**config,
|
||||
"description": f"{DOMAIN} - {entity_id}",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue