Skip to content

Commit 23c4071

Browse files
Update linode_api4/objects/monitor.py
Co-authored-by: Ye Chen <127243817+yec-akamai@users.noreply.github.com>
1 parent e8c35d1 commit 23c4071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode_api4/objects/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class RuleCriteria(JSONObject):
280280
"rule_criteria": { "rules": [ { ... }, ... ] }
281281
"""
282282

283-
rules: List[Rule] = field(default_factory=list)
283+
rules: List[Rule] = None
284284

285285

286286
@dataclass

0 commit comments

Comments
 (0)