Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 2, 2024
1 parent 99c70a3 commit 15fe130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ def request(
read_bufsize=read_bufsize,
max_line_size=max_line_size,
max_field_size=max_field_size,
ssl=ssl
ssl=ssl,
),
session,
)

0 comments on commit 15fe130

Please sign in to comment.