Rename typing to types

This commit is contained in:
henryruhs
2025-04-28 10:03:25 +02:00
parent 997649ed4a
commit 44165eb0b7
88 changed files with 103 additions and 103 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from logging import Logger, basicConfig, getLogger
import facefusion.choices
from facefusion.common_helper import get_first, get_last
from facefusion.typing import LogLevel
from facefusion.types import LogLevel
def init(log_level : LogLevel) -> None: