Skip to content

Commit b365b6b

Browse files
fix precommit
1 parent 4143973 commit b365b6b

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

pymc3/model.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,7 @@
3636
from pymc3.exceptions import ImputationWarning
3737
from pymc3.math import flatten_list
3838
from pymc3.memoize import WithMemoization, memoize
39-
from pymc3.theanof import (
40-
floatX,
41-
generator,
42-
gradient,
43-
hessian,
44-
inputvars,
45-
)
39+
from pymc3.theanof import floatX, generator, gradient, hessian, inputvars
4640
from pymc3.util import get_transformed_name, get_var_name
4741
from pymc3.vartypes import continuous_types, discrete_types, isgenerator, typefilter
4842

pymc3/tests/test_theanof.py

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import collections
16-
1715
from itertools import product
1816

1917
import numpy as np

0 commit comments

Comments
 (0)