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
@@ -1,6 +1,6 @@
from typing import Generator, List
from facefusion.typing import ProcessState, QueuePayload
from facefusion.types import ProcessState, QueuePayload
PROCESS_STATE : ProcessState = 'pending'