Fix consider-using-tuple pylint warnings in core tests (#119463)

This commit is contained in:
epenet 2024-06-12 12:35:01 +02:00 committed by GitHub
parent 10b32e6a24
commit abb8c58b87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 128 additions and 128 deletions

View file

@ -129,7 +129,7 @@ async def test_get_actions_hidden_auxiliary(
"entity_id": entity_entry.id,
"metadata": {"secondary": True},
}
for action in ["lock", "unlock"]
for action in ("lock", "unlock")
]
actions = await async_get_device_automations(
hass, DeviceAutomationType.ACTION, device_entry.id