Skip to content

Commit

Permalink
Remove strict parameter (psf#6434)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored and matthewarmand committed May 10, 2023
1 parent 3bbc930 commit 77c1572
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 77c1572

Please sign in to comment.