Skip to content

Commit

Permalink
Remove an obsolete TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Jun 27, 2024
1 parent 38dd5a5 commit 78563e2
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 78563e2

Please sign in to comment.