Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjingforever committed Dec 10, 2024
1 parent ec7d82d commit 0609144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/package/src/model_explorer/node_data_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@ class GradientItem:
textColor: Union[str, None] = None


type AggregatedStat = Literal['min', 'max', 'sum', 'avg']
AggregatedStat = Literal['min', 'max', 'sum', 'avg']

0 comments on commit 0609144

Please sign in to comment.