Upgrade pyupgrade to 2.21.2, apply its changes (#52987)
This commit is contained in:
parent
c96f01df1f
commit
470f2dd73f
73 changed files with 152 additions and 162 deletions
|
@ -268,7 +268,7 @@ async def handle_manifest_list(
|
|||
"""Handle integrations command."""
|
||||
loaded_integrations = async_get_loaded_integrations(hass)
|
||||
integrations = await asyncio.gather(
|
||||
*[async_get_integration(hass, domain) for domain in loaded_integrations]
|
||||
*(async_get_integration(hass, domain) for domain in loaded_integrations)
|
||||
)
|
||||
connection.send_result(
|
||||
msg["id"], [integration.manifest for integration in integrations]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue