Skip to content

Commit 4f61f12

Browse files
remove __all__
1 parent fb98b48 commit 4f61f12

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pymc_extras/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,3 @@
3131
if len(_log.handlers) == 0:
3232
handler = logging.StreamHandler()
3333
_log.addHandler(handler)
34-
35-
36-
__all__ = [
37-
"distributions",
38-
"gp",
39-
"statespace",
40-
"utils",
41-
"fit",
42-
"MarginalModel",
43-
"as_model",
44-
]

0 commit comments

Comments
 (0)