Skip to content

Commit

Permalink
Merge pull request #1427 from python-discord/fix/1426
Browse files Browse the repository at this point in the history
Correctly type revisions as an int
  • Loading branch information
ChrisLovering authored Jan 9, 2024
2 parents 618d445 + 776776f commit 532d8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/exts/utilities/rfc.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class RfcDocument(pydantic.BaseModel):

title: str
description: str
revisions: str
revisions: int
created: datetime.datetime


Expand Down

0 comments on commit 532d8ad

Please sign in to comment.