Skip to content

Commit cec3488

Browse files
committed
Ignore ASYNC109 where timeout is used for pagination
1 parent 4197629 commit cec3488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydis_core/utils/pagination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ async def paginate(
201201
scale_to_size: int = 4000,
202202
empty: bool = True,
203203
restrict_to_user: User | None = None,
204-
timeout: int = 300,
204+
timeout: int = 300, # noqa: ASYNC109
205205
footer_text: str | None = None,
206206
url: str | None = None,
207207
exception_on_empty_embed: bool = False,

0 commit comments

Comments
 (0)