Skip to content

Commit

Permalink
[fix] Get Any back to fix the flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Oct 3, 2023
1 parent bd9cf2a commit dc9678e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optuna/progress_bar.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations

import logging
from typing import Any
from typing import TYPE_CHECKING
import warnings

Expand Down

0 comments on commit dc9678e

Please sign in to comment.