mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-23 13:30:25 +08:00
Fix flake8
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user