Skip to content

Commit f754c2a

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

aiohttp/client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,9 @@ async def _request(
428428
]
429429

430430
for trace in traces:
431-
await trace.send_request_start(method, url.update_query(params or {}), headers)
431+
await trace.send_request_start(
432+
method, url.update_query(params or {}), headers
433+
)
432434

433435
timer = tm.timer()
434436
try:

0 commit comments

Comments
 (0)