From 7f4b232a4f1021df3d0a9c77d9cb25a442a6b727 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sat, 19 Apr 2025 19:50:56 +0200 Subject: [PATCH] Allow deep nested wording --- facefusion/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facefusion/types.py b/facefusion/types.py index 141c767..7f7cc0a 100755 --- a/facefusion/types.py +++ b/facefusion/types.py @@ -1,5 +1,5 @@ from collections import namedtuple -from typing import Any, Callable, Dict, List, Literal, Optional, Tuple, TypeAlias, TypedDict, Union +from typing import Any, Callable, Dict, List, Literal, Optional, Tuple, TypeAlias, TypedDict import numpy from numpy.typing import NDArray