Skip to content

Commit

Permalink
Require PyMC adapter to be imported explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege committed Feb 19, 2023
1 parent dbcf744 commit b8246a3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mcbackend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,4 @@
except ModuleNotFoundError:
pass

# Adapters
try:
from .adapters import pymc
from .adapters.pymc import TraceBackend
except ModuleNotFoundError:
pass


__version__ = "0.4.0"

0 comments on commit b8246a3

Please sign in to comment.