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 8220663 commit e3241c6Copy full SHA for e3241c6
plotly/tests/test_optional/test_offline/test_offline.py
@@ -15,7 +15,7 @@ class PlotlyOfflineTestCase(TestCase):
15
@raises(PlotlyOfflineNotFound)
16
def test_initializing_before_downloading_raises_an_error(self):
17
try:
18
- os.remove(plotly.offline.PLOTLY_OFFLINE_BUNDLE)
+ os.remove(plotly.offline.offline.PLOTLY_OFFLINE_BUNDLE)
19
except OSError:
20
pass
21
0 commit comments