Skip to content

Commit 1fb3f3a

Browse files
eduardiazfllucax
andauthored
Update src/frequenz/client/assets/_client.py
Co-authored-by: Leandro Lucarella <[email protected]> Signed-off-by: Eduardo Diaz <[email protected]>
1 parent 97f65fc commit 1fb3f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frequenz/client/assets/_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ async def list_microgrid_electrical_components(
141141
async def list_microgrid_electrical_component_connections(
142142
self,
143143
microgrid_id: int,
144-
source_component_ids: list[int] | None = None,
145-
destination_component_ids: list[int] | None = None,
144+
source_component_ids: Iterable[int] = (),
145+
destination_component_ids: Iterable[int] = (),
146146
) -> list[ComponentConnection | None]:
147147
"""
148148
Get the electrical component connections of a microgrid.

0 commit comments

Comments
 (0)