Skip to content

Commit

Permalink
Blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed Oct 19, 2023
1 parent 0558c6a commit 96bc054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugwise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ async def set_schedule_state(
raise PlugwiseError("Plugwise: invalid schedule state.")
if name is None:
if schedule_name := self._last_active[loc_id]:
name = schedule_name
name = schedule_name
else:
return

Expand Down

0 comments on commit 96bc054

Please sign in to comment.