Skip to content

Commit 5d03e6c

Browse files
committed
Fix linter
1 parent 9020238 commit 5d03e6c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_sensor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,8 @@ async def test_zone_history_sensor_picks_greatest_start_time(
469469
self,
470470
mock_sprinkler_device_with_battery: BHyveDevice,
471471
) -> None:
472-
"""Selection is by greatest start_time across all irrigation entries.
472+
"""
473+
Selection is by greatest start_time across all irrigation entries.
473474
474475
Skipped runs are not filtered — they still report consumption. The
475476
latest entry by timestamp wins regardless of array position or which

0 commit comments

Comments
 (0)