Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Nov 14, 2024
1 parent be45ddb commit ac78cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/client_reqrep.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def __new__(
url: URL,
method: str,
headers: "CIMultiDictProxy[str]",
real_url: URL = _SENTINEL,
real_url: URL = _SENTINEL, # type: ignore[assignment]
) -> "RequestInfo":
"""Create a new RequestInfo instance.
Expand Down

0 comments on commit ac78cb1

Please sign in to comment.