metadata: chunks 参数补全嵌套泛型 (list[dict[str,Any]])
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ def build_init_json(
|
||||
file_size: int,
|
||||
total_sha256: str,
|
||||
enc: dict[str, str],
|
||||
chunks: list[dict],
|
||||
chunks: list[dict[str, Any]],
|
||||
) -> dict[str, Any]:
|
||||
"""组装并校验 init json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user