Skip to content

Commit 5d4fe5f

Browse files
committed
Blacked
1 parent b2171a4 commit 5d4fe5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugwise/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,9 @@ 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, name: str, state: str, sched_id: str) -> etree:
605+
def determine_contexts(
606+
self, loc_id: str, name: str, state: str, sched_id: str
607+
) -> etree:
606608
"""Helper-function for set_schedule_state()."""
607609
locator = f'.//*[@id="{sched_id}"]/contexts'
608610
contexts = self._domain_objects.find(locator)

0 commit comments

Comments
 (0)