mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-24 13:41:07 +08:00
fix a mypy error
This commit is contained in:
@@ -62,7 +62,7 @@ class _CachedExtraStudyProperty:
|
||||
return union
|
||||
|
||||
@property
|
||||
def union_user_attrs(self) -> Set[Tuple[str, Any]]:
|
||||
def union_user_attrs(self) -> List[Tuple[str, Any]]:
|
||||
union = list(self._union_user_attrs)
|
||||
union.sort(key=lambda x: x[0])
|
||||
return union
|
||||
|
||||
Reference in New Issue
Block a user