Skip to content

Commit 3303509

Browse files
committed
fix lint
1 parent 6358e21 commit 3303509

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymc3/variational/operators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from theano import theano, tensor as tt
22
from pymc3.variational.opvi import Operator, ObjectiveFunction, _warn_not_used
33
from pymc3.variational.stein import Stein
4-
from pymc3.variational import updates
54
import pymc3 as pm
65

76
__all__ = [

0 commit comments

Comments
 (0)