Skip to content

Commit 4337625

Browse files
committed
fix linting
1 parent 395987c commit 4337625

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

causalpy/__init__.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import arviz as az
22

3-
from causalpy import pymc_experiments
4-
from causalpy import pymc_models
5-
from causalpy import skl_experiments
6-
from causalpy import skl_models
3+
from causalpy import pymc_experiments, pymc_models, skl_experiments, skl_models
74
from causalpy.version import __version__
85

96
from .data import load_data

0 commit comments

Comments
 (0)