Fix consider-using-tuple pylint warnings in component tests (#119464)
* Fix consider-using-tuple pylint warnings in component tests * Apply su Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com> --------- Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
This commit is contained in:
parent
e065c70969
commit
fb1b0058ee
58 changed files with 158 additions and 167 deletions
|
@ -1286,7 +1286,7 @@ async def test_skipped_async_ha_write_state(
|
|||
},
|
||||
),
|
||||
)
|
||||
for value_template in ["value_template", "mode_state_template"]
|
||||
for value_template in ("value_template", "mode_state_template")
|
||||
],
|
||||
ids=["value_template", "mode_state_template"],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue