mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-13 12:50:51 +08:00
Remove excessive parenthesis
This commit is contained in:
@@ -134,6 +134,5 @@ const plotTimeline = (trials: Trial[], mode: string) => {
|
||||
traces.push(makeTrace(bars, state, color))
|
||||
}
|
||||
}
|
||||
}
|
||||
plotly.react(plotDomId, traces, layout)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user