Skip to content

Commit 356e42f

Browse files
committed
Ignore check for exception that is raised indirectly
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 69a23a5 commit 356e42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/client/microgrid/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ async def set_power( # noqa: DOC502 (raises ApiClientError indirectly)
417417
method_name="SetPowerActive",
418418
)
419419

420-
async def set_bounds(
420+
async def set_bounds( # noqa: DOC503 (raises ApiClientError indirectly)
421421
self,
422422
component_id: int,
423423
lower: float,

0 commit comments

Comments
 (0)