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 Feb 12, 2024
1 parent 98cd194 commit 5af3f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ async def _request(
try:
url = self._build_url(str_or_url)
except ValueError as e:
raise
raise
InvalidUrlClientError(str_or_url) from e

if url.scheme not in HTTP_SCHEMA_SET:
Expand Down

0 comments on commit 5af3f74

Please sign in to comment.