chore: remove unused DBSCAN import, sync with beta

This commit is contained in:
TianXuan Developer
2026-07-23 11:29:02 +08:00
parent 7d6d29475d
commit c8de2c8fe8
-1
View File
@@ -23,7 +23,6 @@ from django.views.decorators.csrf import csrf_exempt
from django.views.decorators.http import require_POST, require_GET
from sklearn.cluster import HDBSCAN
from sklearn.preprocessing import StandardScaler
from sklearn.cluster import DBSCAN
logger = logging.getLogger(__name__)