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:
@ -319,7 +319,7 @@ class SessionStartLimits:
|
||||
The number of identify requests allowed per 5 seconds
|
||||
"""
|
||||
|
||||
__slots__ = ("total", "remaining", "reset_after", "max_concurrency")
|
||||
__slots__ = ('total', 'remaining', 'reset_after', 'max_concurrency')
|
||||
|
||||
def __init__(self, **kwargs: Unpack[SessionStartLimit]):
|
||||
self.total: int = kwargs['total']
|
||||
|
Reference in New Issue
Block a user