Skip to content

Commit b741129

Browse files
fix import init
1 parent d39539e commit b741129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn_extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from . import kernel_approximation, kernel_methods # noqa
1+
from . import kernel_approximation # noqa
22

33
from ._version import __version__
44

0 commit comments

Comments
 (0)