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 functools import lru_cache
import onnx
from facefusion.typing import ModelInitializer
from facefusion.types import ModelInitializer
@lru_cache(maxsize = None)