mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
moved imports a little
This commit is contained in:
parent
a40d8cc817
commit
8a3a1e8042
1 changed files with 6 additions and 4 deletions
|
|
@ -5,8 +5,14 @@ import typing
|
|||
import pyblish.api
|
||||
import pyblish.logic
|
||||
from pyblish.plugin import MetaPlugin, ExplicitMetaPlugin
|
||||
|
||||
from ayon_core.lib import BoolDef
|
||||
|
||||
from ayon_core.pipeline.colorspace import (
|
||||
get_colorspace_settings_from_publish_context,
|
||||
set_colorspace_data_to_representation
|
||||
)
|
||||
|
||||
from .lib import (
|
||||
load_help_content_from_plugin,
|
||||
get_errored_instances_from_context,
|
||||
|
|
@ -14,10 +20,6 @@ from .lib import (
|
|||
get_instance_staging_dir,
|
||||
)
|
||||
|
||||
from ayon_core.pipeline.colorspace import (
|
||||
get_colorspace_settings_from_publish_context,
|
||||
set_colorspace_data_to_representation
|
||||
)
|
||||
if typing.TYPE_CHECKING:
|
||||
from ayon_core.pipeline.create import CreateContext, CreatedInstance
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue