mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
remove unused import
This commit is contained in:
parent
27c1c30f2e
commit
eb3428e371
1 changed files with 0 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ from ayon_api.operations import OperationsSession
|
|||
|
||||
from ayon_core.lib import filter_profiles, get_ayon_username
|
||||
from ayon_core.settings import get_project_settings
|
||||
from ayon_core.host import ApplicationInformation
|
||||
from ayon_core.host.interfaces import (
|
||||
SaveWorkfileOptionalData,
|
||||
ListWorkfilesOptionalData,
|
||||
|
|
@ -223,7 +222,6 @@ def save_workfile_info(
|
|||
description (Optional[str]): Workfile description.
|
||||
username (Optional[str]): Username of user who saves the workfile.
|
||||
If not provided, current user is used.
|
||||
app_info (Optional[ApplicationInformation]): Application information.
|
||||
data (Optional[dict[str, Any]]): Additional workfile entity data.
|
||||
workfile_entities (Optional[list[dict[str, Any]]]): Pre-fetched
|
||||
workfile entities related to task.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue