We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31439d2 commit 9ba4f91Copy full SHA for 9ba4f91
sklearn/cluster/_agglomerative.py
@@ -36,7 +36,7 @@
36
from ..utils.validation import check_memory, validate_data
37
38
# mypy error: Module 'sklearn.cluster' has no attribute '_hierarchical_fast'
39
-from . import _hierarchical_fast as _hierarchical
+from . import _hierarchical_fast as _hierarchical # type: ignore[attr-defined]
40
from ._feature_agglomeration import AgglomerationTransform
41
42
###############################################################################
0 commit comments