Skip to content

Commit

Permalink
Remove strict parameter (#6434)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Apr 28, 2023
1 parent 87d63de commit f2629e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requests/adapters.py
Expand Up @@ -193,7 +193,6 @@ def init_poolmanager(
num_pools=connections,
maxsize=maxsize,
block=block,
strict=True,
**pool_kwargs,
)

Expand Down

0 comments on commit f2629e9

Please sign in to comment.