Skip to content

Commit c89a147

Browse files
committed
more deprecation removal
1 parent b77c3f0 commit c89a147

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

causalpy/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
# limitations under the License.
1414
import arviz as az
1515

16-
import causalpy.pymc_experiments as pymc_experiments # to be deprecated
1716
import causalpy.pymc_models as pymc_models
18-
import causalpy.skl_experiments as skl_experiments # to be deprecated
1917
import causalpy.skl_models as skl_models
2018
from causalpy.skl_models import create_causalpy_compatible_class
2119
from causalpy.version import __version__
@@ -41,11 +39,9 @@
4139
"InversePropensityWeighting",
4240
"load_data",
4341
"PrePostNEGD",
44-
"pymc_experiments", # to be deprecated
4542
"pymc_models",
4643
"RegressionDiscontinuity",
4744
"RegressionKink",
48-
"skl_experiments", # to be deprecated
4945
"skl_models",
5046
"SyntheticControl",
5147
]

0 commit comments

Comments
 (0)