Fix flake8

This commit is contained in:
Kenshin Abe
2023-04-26 17:26:18 +09:00
parent 8789b7856a
commit df31abe7aa
+2 -2
View File
@@ -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.