Skip to content

Commit 126a93c

Browse files
committed
fixing build issue
1 parent ae967c3 commit 126a93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linode_api4/objects/monitor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ class DashboardWidget(JSONObject):
123123
chart_type: ChartType = ""
124124
y_label: str = ""
125125
aggregate_function: AggregateFunction = ""
126-
group_by: List[str] = field(default_factory=list)
127-
filters: List[Filter] = field(default_factory=list)
126+
group_by: List[str] = None
127+
filters: List[Filter] = None
128128

129129

130130
@dataclass

0 commit comments

Comments
 (0)