Skip to content

Commit c764906

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

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] = None
127-
filters: List[Filter] = None
126+
group_by: Optional[List[str]] = None
127+
filters: Optional[List[Filter]] = None
128128

129129

130130
@dataclass

0 commit comments

Comments
 (0)