mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Fix linter
This commit is contained in:
@@ -69,7 +69,7 @@ def get_skipped_trial_ids(study_system_attrs: dict[str, Any]) -> list[int]:
|
||||
try:
|
||||
trial_id = int(k[len(_SYSTEM_ATTR_PREFIX_SKIP_TRIAL) :])
|
||||
skipped_trial_ids.append(trial_id)
|
||||
except ValueError as e:
|
||||
except ValueError:
|
||||
continue
|
||||
return skipped_trial_ids
|
||||
|
||||
|
||||
Reference in New Issue
Block a user