Skip to content

Commit 67e7d8f

Browse files
fix test_offline's tearDown
1 parent efa7071 commit 67e7d8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/python/plotly/plotly/tests/test_core/test_offline/test_offline.py

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def setUp(self):
8181

8282
def tearDown(self):
8383
pio.templates.default = "plotly"
84+
super().tearDown()
8485

8586
def _read_html(self, file_url):
8687
"""Read and return the HTML contents from a file_url

0 commit comments

Comments
 (0)