From c9e70ebc18faae965306e13f5474df34813d0736 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Mon, 3 Mar 2025 09:41:04 +0100 Subject: [PATCH] Add config to dataloader alignment --- face_swapper/src/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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