Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ef5fd commit 73114ffCopy full SHA for 73114ff
plotly/tests/test_optional/test_offline/test_offline.py
@@ -23,7 +23,7 @@ def test_no_errors_are_raised_when_initializing_offline_mode(self):
23
@raises(PlotlyError)
24
def test_initializing_before_downloading_raises_an_error(self):
25
try:
26
- os.remove(plotly.offline.PLOTLY_OFFLINE_BUNDLE)
+ os.remove(plotly.offline.offline.PLOTLY_OFFLINE_BUNDLE)
27
except OSError:
28
pass
29
0 commit comments