mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
changed import of 'BuildWorkfile' in code
This commit is contained in:
parent
01d87ba032
commit
65268fbc09
3 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,6 @@ from openpype.client import (
|
|||
)
|
||||
from openpype.api import (
|
||||
Logger,
|
||||
BuildWorkfile,
|
||||
get_version_from_path,
|
||||
get_current_project_settings,
|
||||
)
|
||||
|
|
@ -40,6 +39,7 @@ from openpype.pipeline import (
|
|||
Anatomy,
|
||||
)
|
||||
from openpype.pipeline.context_tools import get_current_project_asset
|
||||
from openpype.pipeline.workfile import BuildWorkfile
|
||||
|
||||
from . import gizmo_menu
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue