splitter: manifest 空列表补类型注解 (list[dict[str,Any]])
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ def split_stream(
|
||||
Returns:
|
||||
list: 清单
|
||||
"""
|
||||
manifest = []
|
||||
manifest: list[dict[str, Any]] = []
|
||||
part_num = 1
|
||||
done = 0
|
||||
last_pct = -1
|
||||
|
||||
Reference in New Issue
Block a user