Skip to content

Commit 54469cf

Browse files
authored
Merge pull request optuna#5858 from boringbyte/_rank.py
Simplify type annotations for `optuna/visualization/matplotlib/_rank.py`
2 parents 23162ae + 2f4732d commit 54469cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optuna/visualization/matplotlib/_rank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
from typing import Callable
3+
from collections.abc import Callable
44

55
from optuna._experimental import experimental_func
66
from optuna.logging import get_logger

0 commit comments

Comments
 (0)