We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2759a5 commit 08b1079Copy full SHA for 08b1079
pymc/__init__.py
@@ -16,8 +16,6 @@
16
__version__ = "4.1.4"
17
18
import logging
19
-import multiprocessing as mp
20
-import platform
21
22
_log = logging.getLogger("pymc")
23
0 commit comments