From 9908fe4707b453223f17a3a3964084565d7d080b Mon Sep 17 00:00:00 2001 From: Harman Waseer <2403hwaseer@gmail.com> Date: Wed, 24 Feb 2021 00:16:34 +0530 Subject: [PATCH] Minor change --- optuna_dashboard/static/components/GraphSlice.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 +}