Skip to content

Commit 180b5ab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c3ecf75 commit 180b5ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aiohttp/client_reqrep.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ class ConnectionKey(NamedTuple):
189189
proxy: Optional[URL]
190190
proxy_auth: Optional[BasicAuth]
191191
proxy_headers_hash: Optional[int] # hash(CIMultiDict)
192-
193-
192+
193+
194194
class _ResponseParams(TypedDict):
195195
timer: Optional[BaseTimerContext]
196196
skip_payload: bool

0 commit comments

Comments
 (0)