Skip to content

Commit

Permalink
fix: unhandled exception
Browse files Browse the repository at this point in the history
  • Loading branch information
devraj committed Jul 5, 2024
1 parent ef1fc61 commit a4d99c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallagher/cc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ async def _get(
raise AuthenticationError()

except httpx.RequestError as e:
pass
raise (e)

@classmethod
async def _post(
Expand Down

0 comments on commit a4d99c5

Please sign in to comment.