Skip to content

Commit 6e9e301

Browse files
committed
Fix warning in cov.py
1 parent e521790 commit 6e9e301

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymc3/gp/cov.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import theano.tensor as tt
22
import numpy as np
33
from functools import reduce
4-
from theano import Variable
54

65
__all__ = ['ExpQuad',
76
'RatQuad',

0 commit comments

Comments
 (0)