Skip to content

Commit 665e80f

Browse files
committed
Fix formatting and clean up unused code in face_clusters.py
1 parent 48c5ee4 commit 665e80f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

backend/app/routes/face_clusters.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
GetClusterImagesResponse,
2323
GetClusterImagesData,
2424
ImageInCluster,
25-
GlobalReclusterResponse
25+
GlobalReclusterResponse,
2626
)
2727
from app.schemas.images import FaceSearchRequest, InputType
2828
from app.utils.faceSearch import perform_face_search
@@ -299,9 +299,6 @@ def face_tagging(
299299
if input_type == InputType.base64 and image_path and os.path.exists(image_path):
300300
os.remove(image_path)
301301

302-
303-
304-
305302

306303
@router.post(
307304
"/global-recluster",

0 commit comments

Comments
 (0)