Skip to content

Commit

Permalink
Fix annotations in optuna/optuna/visualization/matplotlib/_optimizati…
Browse files Browse the repository at this point in the history
…on_history.py
  • Loading branch information
minami yoshiki committed Oct 10, 2023
1 parent 85ee896 commit ab87e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optuna/visualization/matplotlib/_optimization_history.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

from typing import Callable
from typing import Sequence
from collections.abc import Callable
from collections.abc import Sequence

import numpy as np

Expand Down

0 comments on commit ab87e40

Please sign in to comment.