Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Fix an httpx reference (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Apr 5, 2020
1 parent ecc5d9c commit 5a08ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_often/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def upload(output_dir, pypi_token):


async def make_release(releases_url, version, changelog_entry, oauth_token):
async with gidgethub.httpx.AsyncClient() as client:
async with httpx.AsyncClient() as client:
gh = gidgethub.httpx.GitHubAPI(
client, "brettcannon/release_often", oauth_token=oauth_token
)
Expand Down

0 comments on commit 5a08ef3

Please sign in to comment.