mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix refactor of imports
This commit is contained in:
parent
14781e795c
commit
7a72ecb7fb
1 changed files with 2 additions and 2 deletions
|
|
@ -12,13 +12,13 @@ from ayon_core.pipeline import (
|
|||
get_representation_path,
|
||||
registered_host
|
||||
)
|
||||
from ayon_core.hosts.resolve.api import lib
|
||||
from ayon_core.hosts.resolve.api.pipeline import AVALON_CONTAINER_ID
|
||||
from ayon_core.lib.transcoding import (
|
||||
VIDEO_EXTENSIONS,
|
||||
IMAGE_EXTENSIONS
|
||||
)
|
||||
from ayon_core.lib import BoolDef
|
||||
from ayon_resolve.api import lib
|
||||
from ayon_resolve.api.pipeline import AVALON_CONTAINER_ID
|
||||
|
||||
|
||||
class MetadataEntry(TypedDict):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue