From b8ef10d1f1eef410e31af998b92fe79af2497130 Mon Sep 17 00:00:00 2001 From: Contramundum Date: Thu, 5 Oct 2023 16:31:29 +0900 Subject: [PATCH] Fix linter --- optuna_dashboard/preferential/_study.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/optuna_dashboard/preferential/_study.py b/optuna_dashboard/preferential/_study.py index d85c0e41d..d715b97bf 100644 --- a/optuna_dashboard/preferential/_study.py +++ b/optuna_dashboard/preferential/_study.py @@ -39,7 +39,7 @@ class PreferentialStudy: :func:`~optuna_dashboard.preferential.load_study` respectively. .. note:: - Preferential optimization is an experimental feature (introduced in v0.13.0). + Preferential optimization is an experimental feature (introduced in v0.13.0). The interface may change in newer versions without prior notice. """ @@ -365,7 +365,7 @@ def create_study( A :class:`~optuna_dashboard.preferential.PreferentialStudy` object. .. note:: - Preferential optimization is an experimental feature (introduced in v0.13.0). + Preferential optimization is an experimental feature (introduced in v0.13.0). The interface may change in newer versions without prior notice. """ try: @@ -449,9 +449,9 @@ def load_study( Returns: A :class:`~optuna_dashboard.preferential.PreferentialStudy` object. - + .. note:: - Preferential optimization is an experimental feature (introduced in v0.13.0). + Preferential optimization is an experimental feature (introduced in v0.13.0). The interface may change in newer versions without prior notice. """ study = optuna.load_study(