Skip to content

Commit

Permalink
style(pre-commit): auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 6, 2024
1 parent 7da74a6 commit a47dd73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions discord/rate_limiting.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ class GlobalRateLimit:
Unix timestamp of when this class will next reset.
"""

def __init__(
self, concurrency: int, per: float, remaining: int = MISSING
) -> None:
def __init__(self, concurrency: int, per: float, remaining: int = MISSING) -> None:
self.concurrency: int = concurrency
self.per: float = per

Expand Down

0 comments on commit a47dd73

Please sign in to comment.