Skip to content

Commit 2cd6976

Browse files
committed
fix up imports
1 parent 35a709d commit 2cd6976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vetiver/handlers/statsmodels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
sm_exists = True
77
try:
8-
import statsmodels
8+
import statsmodels.api
99
except ImportError:
1010
sm_exists = False
1111

0 commit comments

Comments
 (0)