From e2fdeb8347e028dff1d9753d4ec9a5f52e334989 Mon Sep 17 00:00:00 2001 From: moririn2528 Date: Mon, 28 Aug 2023 18:50:26 +0900 Subject: [PATCH] minor change for mypy --- optuna_dashboard/preferential/_system_attrs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,