Skip to content

Commit

Permalink
Add override for PAGE_ITERATOR_CLS
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 19, 2024
1 parent adc9550 commit 6648b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiobotocore-stubs/paginate.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AioPageIterator(PageIterator[_R], Generic[_R]):
def search(self, expression: str) -> AsyncIterator[_R]: ... # type: ignore[override]

class AioPaginator(Paginator[_R], Generic[_R]):
PAGE_ITERATOR_CLS: type[AioPageIterator[Any]]
PAGE_ITERATOR_CLS: type[AioPageIterator[Any]] # type: ignore[override]

class ResultKeyIterator(Generic[_R]):
result_key: str
Expand Down

0 comments on commit 6648b8c

Please sign in to comment.