Skip to content

Commit

Permalink
make StatusSHT:TiltConfig optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jziolkowski authored Sep 17, 2024
1 parent bb433e5 commit b9217d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdmgr/schemas/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class ShutterSchema(StatusBaseModel):
Opt: str
Calib: List[int]
Mode: str
TiltConfig: List[int]
TiltConfig: Optional[List[int]] = None


StatusSHTSchema = create_model(
Expand Down

0 comments on commit b9217d1

Please sign in to comment.