Skip to content

Commit

Permalink
fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege committed Dec 12, 2020
1 parent 4143973 commit b365b6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 1 addition & 7 deletions pymc3/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@
from pymc3.exceptions import ImputationWarning
from pymc3.math import flatten_list
from pymc3.memoize import WithMemoization, memoize
from pymc3.theanof import (
floatX,
generator,
gradient,
hessian,
inputvars,
)
from pymc3.theanof import floatX, generator, gradient, hessian, inputvars
from pymc3.util import get_transformed_name, get_var_name
from pymc3.vartypes import continuous_types, discrete_types, isgenerator, typefilter

Expand Down
2 changes: 0 additions & 2 deletions pymc3/tests/test_theanof.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import collections

from itertools import product

import numpy as np
Expand Down

0 comments on commit b365b6b

Please sign in to comment.