Skip to content

Commit

Permalink
add type to cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 22, 2024
1 parent 418cec2 commit abf93c7
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 @@ -93,6 +93,7 @@ class _InternalURLCache(TypedDict, total=False):
raw_host: Union[str, None]
host: Union[str, None]
host_subcomponent: Union[str, None]
host_port_subcomponent: Union[str, None]
port: Union[int, None]
explicit_port: Union[int, None]
raw_path: str
Expand Down

0 comments on commit abf93c7

Please sign in to comment.