Skip to content

Commit 62cd85c

Browse files
committed
pylint fix
1 parent d6c872f commit 62cd85c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymc3/math.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import theano.tensor as tt
44
# pylint: disable=unused-import
55
import theano
6-
from theano import tensor as tt
76
from theano.tensor import (
87
constant, flatten, zeros_like, ones_like, stack, concatenate, sum, prod,
98
lt, gt, le, ge, eq, neq, switch, clip, where, and_, or_, abs_, exp, log,

0 commit comments

Comments
 (0)