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:
epenet 2024-06-12 15:50:27 +02:00 committed by GitHub
parent e065c70969
commit fb1b0058ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
58 changed files with 158 additions and 167 deletions

View file

@ -491,7 +491,7 @@ async def test_bad_address(
)
ws_id = 0
for call in ["get", "write", "load", "reset"]:
for call in ("get", "write", "load", "reset"):
ws_id += 1
params = {
ID: ws_id,