Skip to content

Commit 373d3a5

Browse files
author
autoblack
committed
fixup: add_lock_state Python code reformatted using Black
1 parent 475a1ca commit 373d3a5

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(self, appl_id, members, model, state):
381381
if model == "lock":
382382
func = "lock"
383383
state = "false" if state == "off" else "true"
384-
384+
385385
stretch_v2 = self.smile_type == "stretch" and self.smile_version[1].major == 2
386386
if stretch_v2:
387387
actuator = "actuators"

0 commit comments

Comments
 (0)