Skip to content

Commit 0244970

Browse files
committed
Add missing
1 parent 8471f0f commit 0244970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ async def _set_schedule_state_legacy(
602602
await self._request(uri, method="put", data=data)
603603
self._schedule_old_states[loc_id][name] = new_state
604604

605-
def determine_contexts(self, loc_id: str, schedule_rule_id: str) -> etree
605+
def determine_contexts(self, loc_id: str, schedule_rule_id: str) -> etree:
606606
"""Helper function for set_schedule_state()."""
607607
locator = f'.//*[@id="{schedule_rule_id}"]/contexts'
608608
contexts = self._domain_objects.find(locator)

0 commit comments

Comments
 (0)