fix import of get_representation_context

This commit is contained in:
Jakub Trllo 2022-04-06 18:52:44 +02:00
parent f4bf3a669d
commit acba6e8bb0
2 changed files with 3 additions and 1 deletions

View file

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

View file

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