mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@ -81,7 +81,7 @@ class VersionInfo(NamedTuple):
|
||||
major: int
|
||||
minor: int
|
||||
micro: int
|
||||
releaselevel: Literal["alpha", "beta", "candidate", "final"]
|
||||
releaselevel: Literal['alpha', 'beta', 'candidate', 'final']
|
||||
serial: int
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user