Skip to content

Commit c5eaf35

Browse files
ref: GroupValues.priority is nullable
1 parent 477d4ec commit c5eaf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/issues/attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class GroupValues:
4242
substatus: int | None
4343
first_seen: datetime
4444
num_comments: int
45-
priority: int
45+
priority: int | None
4646
first_release_id: int | None
4747

4848

0 commit comments

Comments
 (0)