Apply suggestions from code review

This commit is contained in:
c-bata
2023-08-07 19:44:59 +09:00
committed by GitHub
parent 967d93e4b4
commit a9bb84446c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class Boto3Backend:
This class is deprecated. Please use `optuna.artifacts.Boto3ArtifactStore
<https://optuna.readthedocs.io/en/latest/reference/generated/optuna.artifacts.
Boto3ArtifactStore.html>`_ instead.",
Boto3ArtifactStore.html>`_ instead.
Example:
.. code-block:: python
+1 -1
View File
@@ -19,7 +19,7 @@ class FileSystemBackend:
This class is deprecated. Please use `optuna.artifacts.FileSystemArtifactStore
<https://optuna.readthedocs.io/en/latest/reference/generated/optuna.artifacts.
FileSystemArtifactStore.html>`_ instead.",
FileSystemArtifactStore.html>`_ instead.
Example:
.. code-block:: python