Skip to content

Commit 8a8beab

Browse files
remove unused import to fix pylint CI job (#3952)
1 parent 380f7f0 commit 8a8beab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymc3/step_methods/metropolis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import numpy.random as nr
1717
import theano
1818
import scipy.linalg
19-
import warnings
2019

2120
from ..distributions import draw_values
2221
from .arraystep import ArrayStepShared, PopulationArrayStepShared, ArrayStep, metrop_select, Competence

0 commit comments

Comments
 (0)