Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3209e6e

Browse files
committed
remove retrying from clientrespt
1 parent caf3c62 commit 3209e6e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plotly/api/v1/clientresp.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@
44
import warnings
55

66
from requests.compat import json as _json
7-
from retrying import retry
87

98
from plotly import config, utils, version
109
from plotly.api.v1.utils import request
1110

1211

13-
@retry(wait_random_min=100, wait_random_max=1000, wait_exponential_max=10000,
14-
stop_max_delay=30000)
1512
def clientresp(data, **kwargs):
1613
"""
1714
Deprecated endpoint, still used because it can parse data out of a plot.

0 commit comments

Comments
 (0)