From dfe7ab3b6fa12bf246172d42613fda6e3b6ed5cd Mon Sep 17 00:00:00 2001 From: henryruhs Date: Wed, 12 Feb 2025 17:05:37 +0100 Subject: [PATCH] Modernize to use ModuleList, Fix some types --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index 8a4f145..8363652 100644 --- a/.flake8 +++ b/.flake8 @@ -1,6 +1,6 @@ [flake8] select = E22, E23, E24, E27, E3, E4, E7, F, I1, I2 plugins = flake8-import-order -application_import_names = arcface_converter, face_swapper +application_import_names = embedding_converter, face_swapper import-order-style = pycharm per-file-ignores = preparing.py:E402