Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sondre Lillebø Gundersen <[email protected]>
  • Loading branch information
jacobthemyth and sondrelg authored Aug 26, 2022
1 parent e7166cc commit 2ff9ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async def list_package_versions(*, image_name: ImageName, http_client: AsyncClie

async def get_all_pages(*, url: str, http_client: AsyncClient) -> list[dict]:
"""
Accumulate all pages of an paginated API endpoint
Accumulate all pages of a paginated API endpoint.
:param url: The full API URL
:param http_client: HTTP client.
Expand Down

0 comments on commit 2ff9ce0

Please sign in to comment.