Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 24, 2024
1 parent 005c0db commit f51ae64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update_launchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
async def _get_distlib_page(client: httpx.AsyncClient) -> dict[str, Any]:
resp = await client.get(
DISTLIB_URL,
headers={'ACCEPT': 'application/vnd.pypi.simple.v1+json'},
headers={"ACCEPT": "application/vnd.pypi.simple.v1+json"},
follow_redirects=True,
)
return resp.json()
Expand Down

0 comments on commit f51ae64

Please sign in to comment.