Skip to content

Commit 50394e3

Browse files
pre-commit
1 parent 959f073 commit 50394e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pymc/sampling/parallel.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@
3434
from pymc.blocking import DictToArrayBijection
3535
from pymc.exceptions import SamplingError
3636
from pymc.util import (
37+
RandomGeneratorState,
3738
compute_draw_speed,
3839
create_progress_bar,
3940
default_progress_theme,
40-
RandomGeneratorState,
4141
get_state_from_generator,
4242
random_generator_from_state,
43-
4443
)
4544

4645
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)