Skip to content

Commit 7550bb4

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linode_api4/objects/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class Rule(JSONObject):
253253
}
254254
"""
255255
aggregate_function: Union[AggregateFunction, str] = ""
256-
dimension_filters: Optional[List[DimensionFilter]] = field(default_factory=list)
256+
dimension_filters: Optional[List[DimensionFilter]] = None
257257
label: str = ""
258258
metric: str = ""
259259
operator: str = ""

0 commit comments

Comments
 (0)