Skip to content

Commit b8246a3

Browse files
Require PyMC adapter to be imported explicitly
1 parent dbcf744 commit b8246a3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mcbackend/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,4 @@
1212
except ModuleNotFoundError:
1313
pass
1414

15-
# Adapters
16-
try:
17-
from .adapters import pymc
18-
from .adapters.pymc import TraceBackend
19-
except ModuleNotFoundError:
20-
pass
21-
22-
2315
__version__ = "0.4.0"

0 commit comments

Comments
 (0)