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