Skip to content

Commit

Permalink
Merge pull request optuna#4965 from RuTiO2le/code-fix/use-future-anno…
Browse files Browse the repository at this point in the history
…tations-plot-pareto

Fix optuna#4508 for optuna/visualization/_hypervolume_history.py
  • Loading branch information
g-votte authored Sep 30, 2023
2 parents 436c527 + db037ad commit 13a9d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optuna/visualization/_hypervolume_history.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

from collections.abc import Sequence
from typing import NamedTuple
from typing import Sequence

import numpy as np

Expand Down

0 comments on commit 13a9d5f

Please sign in to comment.