From 967d93e4b45065b632e320cee9faecf757a598e1 Mon Sep 17 00:00:00 2001 From: c-bata Date: Mon, 7 Aug 2023 15:29:15 +0900 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Shinichi Hemmi <50256998+Alnusjaponica@users.noreply.github.com> --- optuna_dashboard/artifact/file_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optuna_dashboard/artifact/file_system.py b/optuna_dashboard/artifact/file_system.py index bf449cc6..b84b9ed4 100644 --- a/optuna_dashboard/artifact/file_system.py +++ b/optuna_dashboard/artifact/file_system.py @@ -15,7 +15,7 @@ if TYPE_CHECKING: class FileSystemBackend: """An artifact backend for file systems. - .. note:: + .. warning:: This class is deprecated. Please use `optuna.artifacts.FileSystemArtifactStore