Skip to content

Commit 9078d67

Browse files
ci: correct from checks.
1 parent 2722242 commit 9078d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/models/discord/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def deletable(cls) -> Tuple["MessageType", ...]:
435435
cls.GUILD_INCIDENT_REPORT_RAID,
436436
cls.GUILD_INCIDENT_REPORT_FALSE_ALARM,
437437
cls.PURCHASE_NOTIFICATION,
438-
cls.POLL_RESULT
438+
cls.POLL_RESULT,
439439
)
440440

441441

0 commit comments

Comments
 (0)