Skip to content

Commit c603fc2

Browse files
authored
make change_cartegory optional in ChangeDirect model (#596)
1 parent 1c4750f commit c603fc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/server/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class ChangeDirect(BaseModel):
7171
model_name: str
7272
diff: str
7373
indirect: t.List[str] = []
74-
change_category: SnapshotChangeCategory
74+
change_category: t.Optional[SnapshotChangeCategory] = None
7575

7676

7777
class ChangeIndirect(BaseModel):

0 commit comments

Comments
 (0)