Skip to content

Commit

Permalink
fix sort of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
takeda authored and takeda committed Sep 30, 2023
1 parent f8e3252 commit db037ad
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 typing import NamedTuple
from collections.abc import Sequence
from typing import NamedTuple

import numpy as np

Expand Down

0 comments on commit db037ad

Please sign in to comment.