diff --git a/optuna_dashboard/static/components/GraphSlice.tsx b/optuna_dashboard/static/components/GraphSlice.tsx index 5241a8e4..db94bb0c 100644 --- a/optuna_dashboard/static/components/GraphSlice.tsx +++ b/optuna_dashboard/static/components/GraphSlice.tsx @@ -184,6 +184,4 @@ const plotSlice = (trials: Trial[], objectiveId: number, xAxis: string) => { } }) } - - -} \ No newline at end of file +}