Skip to content

Commit 07bc3a8

Browse files
committed
remove preprocessing
1 parent a047fa0 commit 07bc3a8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mambular/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
from . import base_models, data_utils, models, preprocessing, utils
1+
from . import base_models, data_utils, models, utils
22
from .__version__ import __version__
33

44
__all__ = [
55
"__version__",
66
"base_models",
77
"data_utils",
88
"models",
9-
"preprocessing",
109
"utils",
1110
]

0 commit comments

Comments
 (0)