From df31abe7aaeec3a0de40bfe3b0a2d806b18e0e25 Mon Sep 17 00:00:00 2001 From: Kenshin Abe Date: Wed, 26 Apr 2023 17:26:18 +0900 Subject: [PATCH] Fix flake8 --- optuna_dashboard/_form_widget.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/optuna_dashboard/_form_widget.py b/optuna_dashboard/_form_widget.py index ee79e52b..2d6809ab 100644 --- a/optuna_dashboard/_form_widget.py +++ b/optuna_dashboard/_form_widget.py @@ -224,8 +224,8 @@ class TextInputWidget: class ObjectiveUserAttrRef: """ A class representing a reference to a value of `trial.user_attrs`. - When combined with `register_objective_form_widgets`, users can tell values that are registered to - `trial.user_attrs` during the human-in-the-loop optimization. + When combined with `register_objective_form_widgets`, users can tell values that are + registered to `trial.user_attrs` during the human-in-the-loop optimization. Args: key: The key of `trial.user_attrs` being referenced.