Skip to content

Commit 0b31e68

Browse files
committed
fix: apply ruff formatting to notification_policies.py
Made-with: Cursor
1 parent 32f50d9 commit 0b31e68

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/devhelm/resources/notification_policies.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ def delete(self, id: int | str) -> None:
5555

5656
def test(self, id: int | str) -> None:
5757
"""Send a test dispatch to verify policy routing."""
58-
api_post(self._client, f"/api/v1/notification-policies/{path_param(id)}/test", {})
58+
api_post(
59+
self._client, f"/api/v1/notification-policies/{path_param(id)}/test", {}
60+
)

0 commit comments

Comments
 (0)