From 9e9b272660e63deb67cf8a766950749d0a6e7356 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Thu, 19 Jun 2025 08:42:04 +0200 Subject: [PATCH] Fix CI --- facefusion/face_store.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/facefusion/face_store.py b/facefusion/face_store.py index 812221d..35ce5a0 100644 --- a/facefusion/face_store.py +++ b/facefusion/face_store.py @@ -1,7 +1,5 @@ from typing import List, Optional -import numpy - from facefusion.hash_helper import create_hash from facefusion.types import Face, FaceSet, FaceStore, VisionFrame