Skip to content

Commit 7a36a12

Browse files
committed
remove superfluous attr
1 parent b0bf236 commit 7a36a12

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/evohomeasync2/hotwater.py

-4
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ def until(self) -> dt | None:
148148
return None
149149
return as_local_time(until, self.location.tzinfo)
150150

151-
def _next_setpoint(self) -> tuple[dt, str] | None: # WIP: for convenience
152-
"""Return the datetime and state of the next setpoint."""
153-
raise NotImplementedError
154-
155151
async def _set_state(self, mode: dict[str, str | None]) -> None:
156152
"""Set the DHW mode (state)."""
157153

0 commit comments

Comments
 (0)