Skip to content

Commit fc7fa50

Browse files
Yhoornemanclaude
andcommitted
style: apply ruff format to test file
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b2689b6 commit fc7fa50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_datadog_slo_overrides_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ def test_corrections_attrs_extracts_payloads() -> None:
342342

343343
def test_uncovered_downtimes_filters_window_and_overrides() -> None:
344344
"""Only in-window downtimes that no correction covers survive."""
345+
345346
def _downtime(start: str, end: str) -> dict:
346347
return {'monitor_identifier': {'monitor_id': 1}, 'schedule': {'start': start, 'end': end}}
347348

0 commit comments

Comments
 (0)