Skip to content

Commit 9d05297

Browse files
committed
Actually import RobustSingleLinkage; bug fix for issue #11.
1 parent efe01e7 commit 9d05297

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hdbscan/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
from .hdbscan_ import HDBSCAN, hdbscan
1+
from .hdbscan_ import HDBSCAN, hdbscan
2+
from .robust_single_linkage_ import RobustSingleLinkage, robust_single_linkage

0 commit comments

Comments
 (0)