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