Skip to content

Commit

Permalink
Fix ident
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed Oct 19, 2023
1 parent ccc766f commit 0558c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugwise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,8 @@ async def set_schedule_state(
if name is None:
if schedule_name := self._last_active[loc_id]:
name = schedule_name
else:
return
else:
return

assert isinstance(name, str)
if self._smile_legacy:
Expand Down

0 comments on commit 0558c6a

Please sign in to comment.