mirror of
https://github.com/facefusion/facefusion.git
synced 2026-07-24 19:10:53 +02:00
Rename typing to types
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from typing import Tuple
|
||||
|
||||
from facefusion.logger import get_package_logger
|
||||
from facefusion.typing import TableContents, TableHeaders
|
||||
from facefusion.types import TableContents, TableHeaders
|
||||
|
||||
|
||||
def render_table(headers : TableHeaders, contents : TableContents) -> None:
|
||||
|
||||
Reference in New Issue
Block a user