Skip to content

Commit

Permalink
Require Datablock.version. This matches the DTO.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbliven committed Nov 30, 2023
1 parent 926d3ed commit 73458bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscicat/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class Datablock(Ownable):

packedSize: Optional[int] = None
chkAlg: Optional[int] = None
version: str = ""
version: str
instrumentGroup: Optional[str] = None
datasetId: str

Expand Down

0 comments on commit 73458bf

Please sign in to comment.