Skip to content

Commit 18cbcb7

Browse files
committed
style(haos): format readiness helper
1 parent 9834dac commit 18cbcb7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/haos_image_build/build_image.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,9 +1795,7 @@ def _reconnect_supervisor_during_wait(ws: HAWebSocket) -> BaseException | None:
17951795
return None
17961796

17971797

1798-
def _supervisor_readiness_probe_budget(
1799-
deadline: float, *, delay: bool
1800-
) -> float | None:
1798+
def _supervisor_readiness_probe_budget(deadline: float, *, delay: bool) -> float | None:
18011799
"""Return the next readiness request budget within the deadline."""
18021800
remaining = deadline - time.monotonic()
18031801
if remaining <= 0:

0 commit comments

Comments
 (0)