Skip to content

Gather even further #1328

@shsms

Description

@shsms

If you want to gether even further :P

        self._microgrid, components, connections = await asyncio.gather(
            self._client.get_microgrid_info()
            self._client.list_components(),
            self._client.list_connections(),
        )
        self._graph = ComponentGraph(set(components), set(connections))

Originally posted by @llucax in #1295 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions