From 096d31cad62470bce2c1c3cca55c45c9d965c907 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Mon, 10 Mar 2025 10:42:21 +0100 Subject: [PATCH] Fix CI --- facefusion/common_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facefusion/common_helper.py b/facefusion/common_helper.py index 96150c1..b38ceb7 100644 --- a/facefusion/common_helper.py +++ b/facefusion/common_helper.py @@ -1,5 +1,5 @@ import platform -from typing import Any, Optional, Sequence, Iterable, Reversible +from typing import Any, Iterable, Optional, Reversible, Sequence def is_linux() -> bool: