Skip to content

Commit

Permalink
MAINT Remove unused Poisson import.
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Nov 25, 2016
1 parent 1f98c44 commit 5d52473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc3/tests/test_starting.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .checks import close_to
import numpy as np
from pymc3.tuning import starting
from pymc3 import Model, Uniform, Normal, Beta, Binomial, find_MAP, Point, Poisson
from pymc3 import Model, Uniform, Normal, Beta, Binomial, find_MAP, Point
from .models import simple_model, non_normal, exponential_beta
from theano.compile.ops import as_op
import theano.tensor as tt
Expand Down

0 comments on commit 5d52473

Please sign in to comment.