We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772c106 commit 16a6a3cCopy full SHA for 16a6a3c
1 file changed
plotly/plotly/plotly.py
@@ -1314,10 +1314,7 @@ def response_handler(cls, response):
1314
.format(url=get_config()['plotly_api_domain'])
1315
)
1316
else:
1317
- plotly_exception = exceptions.PlotlyRequestError(
1318
- requests_exception
1319
- )
1320
- raise(plotly_exception)
+ raise requests_exception
1321
1322
if ('content-type' in response.headers and
1323
'json' in response.headers['content-type'] and
0 commit comments