Remove strict parameter (#6434)

This commit is contained in:
Quentin Pradet
2023-04-28 23:17:10 +04:00
committed by GitHub
parent 87d63de873
commit f2629e9e3c
-1
View File
@@ -193,7 +193,6 @@ class HTTPAdapter(BaseAdapter):
num_pools=connections,
maxsize=maxsize,
block=block,
strict=True,
**pool_kwargs,
)