diff --git a/optuna_dashboard/preferential/_system_attrs.py b/optuna_dashboard/preferential/_system_attrs.py index 3b743335..f42e3ee6 100644 --- a/optuna_dashboard/preferential/_system_attrs.py +++ b/optuna_dashboard/preferential/_system_attrs.py @@ -51,7 +51,7 @@ def report_skip( study_id: int, trial_id: int, storage: BaseStorage, -): +) -> None: trial_number = storage.get_trial(trial_id).number storage.set_study_system_attr( study_id=study_id,