From 1647cd8b690c26bd6bb00377618fa533d14bc014 Mon Sep 17 00:00:00 2001 From: Ramana Raja <83065061+Ramana-Raja@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:15:32 +0530 Subject: [PATCH] Update _r_cluster.py --- aeon/clustering/_r_cluster.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aeon/clustering/_r_cluster.py b/aeon/clustering/_r_cluster.py index a13fd7ded6..f037166552 100644 --- a/aeon/clustering/_r_cluster.py +++ b/aeon/clustering/_r_cluster.py @@ -9,7 +9,6 @@ from sklearn.preprocessing import StandardScaler from aeon.clustering.base import BaseClusterer -from aeon.datasets import load_basic_motions from aeon.transformations.collection.convolution_based._minirocket import ( _fit_biases, _fit_dilations,