We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4750f commit c603fc2Copy full SHA for c603fc2
1 file changed
web/server/models.py
@@ -71,7 +71,7 @@ class ChangeDirect(BaseModel):
71
model_name: str
72
diff: str
73
indirect: t.List[str] = []
74
- change_category: SnapshotChangeCategory
+ change_category: t.Optional[SnapshotChangeCategory] = None
75
76
77
class ChangeIndirect(BaseModel):
0 commit comments