Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion oocana/oocana/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class BlockDict(TypedDict):
session_id: str
job_id: str
stacks: list
block_path: str
block_path: str | None

# dataclass 默认字段必须一一匹配
# 如果多一个或者少一个字段,就会报错。
Expand Down
Loading