mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix import of get_representation_context
This commit is contained in:
parent
f4bf3a669d
commit
acba6e8bb0
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import collections
|
||||
import qargparse
|
||||
from avalon.pipeline import get_representation_context
|
||||
from openpype.pipeline import get_representation_context
|
||||
from openpype.hosts.tvpaint.api import lib, pipeline, plugin
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ from .load import (
|
|||
|
||||
loaders_from_representation,
|
||||
get_representation_path,
|
||||
get_representation_context,
|
||||
get_repres_contexts,
|
||||
)
|
||||
|
||||
|
|
@ -113,6 +114,7 @@ __all__ = (
|
|||
|
||||
"loaders_from_representation",
|
||||
"get_representation_path",
|
||||
"get_representation_context",
|
||||
"get_repres_contexts",
|
||||
|
||||
# --- Publish ---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue