Skip to content

Commit

Permalink
Add missing type for host_subcomponent to the internal cache (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 12, 2024
1 parent ef67a18 commit 59390ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yarl/_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class _InternalURLCache(TypedDict, total=False):
password: Union[str, None]
raw_host: Union[str, None]
host: Union[str, None]
host_subcomponent: Union[str, None]
port: Union[int, None]
explicit_port: Union[int, None]
raw_path: str
Expand Down

0 comments on commit 59390ca

Please sign in to comment.