From 7ab183eee88386d9a18c9c2fd036edd78e0674e6 Mon Sep 17 00:00:00 2001 From: c-bata Date: Sat, 31 Dec 2022 21:55:13 +0900 Subject: [PATCH] Run isort --- optuna_dashboard/_pareto_front.py | 1 + 1 file changed, 1 insertion(+) diff --git a/optuna_dashboard/_pareto_front.py b/optuna_dashboard/_pareto_front.py index f6af6831..7754d887 100644 --- a/optuna_dashboard/_pareto_front.py +++ b/optuna_dashboard/_pareto_front.py @@ -2,6 +2,7 @@ # https://github.com/optuna/optuna/blob/v3.0.5/optuna/study/_multi_objective.py from __future__ import annotations + from typing import Optional from typing import Sequence