diff --git a/face_swapper/src/types.py b/face_swapper/src/types.py index 74ba33e..b1213c1 100644 --- a/face_swapper/src/types.py +++ b/face_swapper/src/types.py @@ -1,4 +1,4 @@ -from typing import Any, Dict, Tuple, TypeAlias, Type, Literal +from typing import Any, Dict, Tuple, TypeAlias, Literal from torch import Tensor from torch.nn import Module