parent
cf7690a60f
commit
38884fead8
@ -31,10 +31,7 @@ class CollectionItemRevisionInOut(BaseModel):
|
||||
uid: str
|
||||
meta: bytes
|
||||
deleted: bool
|
||||
chunks: t.List[t.Union[
|
||||
t.Tuple[str],
|
||||
t.Tuple[str, bytes],
|
||||
]]
|
||||
chunks: t.List[t.Tuple[str, t.Optional[bytes]]]
|
||||
|
||||
class Config:
|
||||
orm_mode = True
|
||||
|
Loading…
Reference in New Issue
Block a user