Skip to content

Commit e42634b

Browse files
committed
edit scipy import in optional tests
1 parent f5240eb commit e42634b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plotly/tests/test_optional/test_opt_tracefactory.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
from nose.tools import raises
88

99
import numpy as np
10-
from scipy.stats import norm, gaussian_kde
10+
11+
import scipy
12+
import scipy.stats
1113

1214

1315
class TestDistplot(TestCase):

0 commit comments

Comments
 (0)