Skip to content

Commit 1ff1a09

Browse files
autoruffbouwew
authored andcommitted
fixup: relay-sw-improve Python code fixed using ruff
1 parent a15cc55 commit 1ff1a09

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)