diff --git a/optuna_dashboard/ts/components/GraphTimeline.tsx b/optuna_dashboard/ts/components/GraphTimeline.tsx index abe4effd1..519399bb2 100644 --- a/optuna_dashboard/ts/components/GraphTimeline.tsx +++ b/optuna_dashboard/ts/components/GraphTimeline.tsx @@ -1,6 +1,6 @@ import * as plotly from "plotly.js-dist-min" import React, { FC, useEffect } from "react" -import { Card, CardContent, Grid, Typography, useTheme, Box } from "@mui/material" +import { Card, CardContent, Grid, Typography, useTheme } from "@mui/material" import { makeHovertext } from "../graphUtil" import { usePlotlyColorTheme } from "../state" import { PlotType } from "../apiClient"