Skip to content

Commit

Permalink
Merge pull request optuna#5528 from nabenabe0928/code-fix/remove-todo…
Browse files Browse the repository at this point in the history
…-comment-in-storage

Remove an obsolete TODO comment
  • Loading branch information
eukaryo authored Jun 30, 2024
2 parents a7e32f8 + 78563e2 commit 69e4e2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optuna/storages/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def create_new_study(
:exc:`optuna.exceptions.DuplicatedStudyError`:
If a study with the same ``study_name`` already exists.
"""
# TODO(ytsmiling) Fix RDB storage implementation to ensure unique `study_id`.
raise NotImplementedError

@abc.abstractmethod
Expand Down

0 comments on commit 69e4e2b

Please sign in to comment.