diff --git a/docs/tutorials/hitl.rst b/docs/tutorials/hitl.rst index 9646df73..e12af2ff 100644 --- a/docs/tutorials/hitl.rst +++ b/docs/tutorials/hitl.rst @@ -203,7 +203,6 @@ In the ``suggest_and_generate_image`` function, a new Trial is obtained and new def start_optimization(artifact_backend: FileSystemBackend) -> NoReturn: # 1. Create Study - storage = "sqlite:///db.sqlite3" study = optuna.create_study( study_name="Human-in-the-loop Optimization", storage="sqlite:///db.sqlite3",