Skip to content

Commit

Permalink
Ignore check for exception that is raised indirectly
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Lucarella <[email protected]>
  • Loading branch information
llucax committed Oct 24, 2024
1 parent 69a23a5 commit 356e42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frequenz/client/microgrid/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ async def set_power( # noqa: DOC502 (raises ApiClientError indirectly)
method_name="SetPowerActive",
)

async def set_bounds(
async def set_bounds( # noqa: DOC503 (raises ApiClientError indirectly)
self,
component_id: int,
lower: float,
Expand Down

0 comments on commit 356e42f

Please sign in to comment.