F401 fixes for ruff

This commit is contained in:
AUTOMATIC
2023-05-10 09:02:23 +03:00
parent f741a98bac
commit 4b854806d9
17 changed files with 27 additions and 30 deletions

View File

@@ -78,7 +78,7 @@ def setup_model(dirname):
try:
from gfpgan import GFPGANer
from facexlib import detection, parsing
from facexlib import detection, parsing # noqa: F401
global user_path
global have_gfpgan
global gfpgan_constructor