Skip to content

Commit

Permalink
Do not make transforms module accessible at root level
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Mar 18, 2022
1 parent 521df93 commit 65d08ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/api/distributions/transforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Transformations
***************

.. currentmodule:: pymc.transforms
.. currentmodule:: pymc.distributions.transforms

Transform Instances
~~~~~~~~~~~~~~~~~~~
Expand Down
1 change: 0 additions & 1 deletion pymc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def __set_compiler_flags():
from pymc.blocking import *
from pymc.data import *
from pymc.distributions import *
from pymc.distributions import transforms
from pymc.exceptions import *
from pymc.func_utils import find_constrained_prior
from pymc.math import (
Expand Down

0 comments on commit 65d08ac

Please sign in to comment.