changed import of 'BuildWorkfile' in code

This commit is contained in:
Jakub Trllo 2022-08-09 15:11:33 +02:00
parent 01d87ba032
commit 65268fbc09
3 changed files with 3 additions and 3 deletions

View file

@ -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