Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
knshnb committed Apr 26, 2023
1 parent 8789b78 commit df31abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optuna_dashboard/_form_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ def _from_dict(cls, d: dict[str, Any]) -> 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.
Expand Down

0 comments on commit df31abe

Please sign in to comment.