Skip to content

Commit

Permalink
Update yarl/_url.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 26, 2024
1 parent 59dbfe4 commit e55083f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarl/_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def __str__(self) -> str:
netloc=self._make_netloc(
self.raw_user,
self.raw_password,
self.host_subcomponent,
self.raw_host,
port,
encode_host=False,
)
Expand Down

0 comments on commit e55083f

Please sign in to comment.