Skip to content

Commit 3db1035

Browse files
author
autoruff
committed
fixup: relay-sw-improve Python code fixed using ruff
1 parent a96a7a2 commit 3db1035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ async def set_switch_state(
381381
self, appl_id: str, members: list[str] | None, model: str, state: str
382382
) -> bool:
383383
"""Set the given State of the relevant Switch.
384-
384+
385385
Return the requested state when succesful, the current state otherwise.
386386
"""
387387
model_type = cast(SwitchType, model)

0 commit comments

Comments
 (0)