From 749abc3406279fcf2a2312c75eb920e2b36b7cc7 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sat, 4 Jan 2025 18:04:27 +0100 Subject: [PATCH] Fix CI --- facefusion/filesystem.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/facefusion/filesystem.py b/facefusion/filesystem.py index 1e03957..8ea5b26 100644 --- a/facefusion/filesystem.py +++ b/facefusion/filesystem.py @@ -6,12 +6,8 @@ from typing import List, Optional import filetype -from facefusion.common_helper import is_windows from facefusion.typing import File -if is_windows(): - import ctypes - def get_file_size(file_path : str) -> int: if is_file(file_path):