Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
setla committed Jan 31, 2024
1 parent 2fa0fa1 commit 090fe74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/client_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def __init__(self, url: StrOrURL, description: Union[str, None] = None) -> None:

@property
def url(self) -> StrOrURL:
return self._url # type: ignore[no-any-return]
return self._url

@property
def description(self) -> "str | None":
Expand Down

0 comments on commit 090fe74

Please sign in to comment.