fix by lint

This commit is contained in:
moririn2528
2023-09-08 17:03:45 +09:00
parent 2f1cb91886
commit 7685cd5d00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ def test_undo_redo_history(storage_supplier: Callable[[], StorageSupplier]) -> N
study_id = study._study._study_id
def get_preferences_history(history_id: str):
def get_preferences_history(history_id: str) -> tuple[list[tuple[int, int]], History]:
system_attrs = storage.get_study_system_attrs(study_id)
history: History = json.loads(
system_attrs.get(_SYSTEM_ATTR_PREFIX_HISTORY + history_id, "")