We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4197629 commit cec3488Copy full SHA for cec3488
pydis_core/utils/pagination.py
@@ -201,7 +201,7 @@ async def paginate(
201
scale_to_size: int = 4000,
202
empty: bool = True,
203
restrict_to_user: User | None = None,
204
- timeout: int = 300,
+ timeout: int = 300, # noqa: ASYNC109
205
footer_text: str | None = None,
206
url: str | None = None,
207
exception_on_empty_embed: bool = False,
0 commit comments