Skip to content

Commit bcc3ac8

Browse files
committed
Fix mypy errors
1 parent 916938d commit bcc3ac8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pinecone/openapi_support/rest_urllib3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def __init__(
5656
addition_pool_args["retries"] = JitterRetry(
5757
total=5,
5858
backoff_factor=0.25,
59-
backoff_max=3,
6059
status_forcelist=(500, 502, 503, 504),
6160
allowed_methods=None,
6261
)

0 commit comments

Comments
 (0)