Merge pull request #4007 from pypeclub/bugfix/deprecated_import_in_unreal

Unreal: Fix import of moved function
This commit is contained in:
Ondřej Samohel 2022-10-19 17:46:57 +02:00 committed by GitHub
commit 6ead88eeb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,8 @@ from openpype.lib import (
PreLaunchHook,
ApplicationLaunchFailed,
ApplicationNotFound,
get_workfile_template_key
)
from openpype.pipeline.workfile import get_workfile_template_key
import openpype.hosts.unreal.lib as unreal_lib