Skip to content

Commit 9bb8702

Browse files
Apply suggestion from @zliang-akamai
1 parent 05ca56b commit 9bb8702

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

linode_api4/groups/monitor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ def create_alert_definition(
217217
label: str,
218218
severity: int,
219219
channel_ids: list[int],
220-
rule_criteria: Optional[dict] = None,
221-
trigger_conditions: Optional[dict] = None,
220+
rule_criteria: dict,
221+
trigger_conditions: dict,
222222
entity_ids: Optional[list[str]] = None,
223223
description: Optional[str] = None,
224224
) -> AlertDefinition:

0 commit comments

Comments
 (0)