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

Skip to content

Commit 12cf973

Browse files
committed
rm useless imports
1 parent 160cadb commit 12cf973

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plotly/tests/test_core/test_jupyter/test_jupyter.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
test__jupyter
33
44
"""
5-
from __future__ import absolute_import
6-
75
import nbformat
86
from nbconvert import HTMLExporter
97
from nbconvert.preprocessors import ExecutePreprocessor
@@ -12,8 +10,6 @@
1210
from os import path
1311
import subprocess
1412

15-
import plotly
16-
1713
PATH_ROOT = path.dirname(__file__)
1814
PATH_FIXTURES = path.join(PATH_ROOT, 'fixtures')
1915
PATH_TEST_NB = path.join(PATH_FIXTURES, 'test.ipynb')

0 commit comments

Comments
 (0)