mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fix missing import
This commit is contained in:
parent
c302b61d72
commit
1aef4c57f3
1 changed files with 4 additions and 1 deletions
|
|
@ -21,7 +21,10 @@ from openpype.pipeline.publish import (
|
|||
AbstractMetaInstancePlugin,
|
||||
KnownPublishError
|
||||
)
|
||||
from openpype.pipeline.publish.lib import replace_published_scene
|
||||
from openpype.pipeline.publish.lib import (
|
||||
replace_published_scene,
|
||||
get_published_workfile_instance
|
||||
)
|
||||
|
||||
JSONDecodeError = getattr(json.decoder, "JSONDecodeError", ValueError)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue