Skip to content

Commit 548fdec

Browse files
committed
add missing sys import
1 parent 9b89ba8 commit 548fdec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc/examples/glm_linear.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import numpy as np
2+
import sys
23

34
try:
45
import statsmodels.api as sm

0 commit comments

Comments
 (0)