Skip to content

Commit 1c85487

Browse files
committed
revert
1 parent 9104808 commit 1c85487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aeon/clustering/compose/_pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(self, transformers, clusterer, random_state=None):
8686
)
8787

8888
def _fit(self, X, y=None):
89-
return super()._fit(X, y)
89+
super()._fit(X, y)
9090
self.labels_ = self.clusterer.labels_
9191
return self
9292

0 commit comments

Comments
 (0)