Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
📝 marked async func as |coro| i keep on forgetting :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarmagpie committed Nov 30, 2021
1 parent fd926fa commit 224c4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pincer/core/ratelimiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async def wait_until_not_ratelimited(
endpoint: str,
method: HttpCallable
):
"""
"""|coro|
Waits until the response no longer needs to be blocked to prevent a
429 response because of ``user`` rate limits.
Expand Down

0 comments on commit 224c4cb

Please sign in to comment.