From ac78cb122d2a0ac6e08ff4546b31906fc3fc7dd0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 14 Nov 2024 08:28:32 -0600 Subject: [PATCH] lint --- aiohttp/client_reqrep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp/client_reqrep.py b/aiohttp/client_reqrep.py index 6281ff643e7..8f7ed23f286 100644 --- a/aiohttp/client_reqrep.py +++ b/aiohttp/client_reqrep.py @@ -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.