mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added missing imports
This commit is contained in:
parent
11c766eca7
commit
c71aae5fd8
4 changed files with 5 additions and 4 deletions
|
|
@ -11,6 +11,7 @@ import platform
|
|||
import getpass
|
||||
from functools import partial
|
||||
from collections import OrderedDict
|
||||
from openpype import AYON_SERVER_ENABLED
|
||||
|
||||
import six
|
||||
import attr
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ from datetime import datetime
|
|||
|
||||
from maya import cmds
|
||||
|
||||
from openpype import AYON_SERVER_ENABLED
|
||||
from openpype.pipeline import legacy_io, PublishXmlValidationError
|
||||
from openpype.tests.lib import is_in_tests
|
||||
from openpype.lib import is_running_from_build
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ import requests
|
|||
import pyblish.api
|
||||
|
||||
import nuke
|
||||
from openpype import AYON_SERVER_ENABLED
|
||||
from openpype.pipeline import legacy_io
|
||||
from openpype.pipeline.publish import (
|
||||
OpenPypePyblishPluginMixin
|
||||
|
|
|
|||
|
|
@ -9,13 +9,11 @@ import clique
|
|||
|
||||
import pyblish.api
|
||||
|
||||
from openpype import AYON_SERVER_ENABLED
|
||||
from openpype.client import (
|
||||
get_last_version_by_subset_name,
|
||||
)
|
||||
from openpype.pipeline import (
|
||||
legacy_io,
|
||||
)
|
||||
from openpype.pipeline import publish
|
||||
from openpype.pipeline import publish, legacy_io
|
||||
from openpype.lib import EnumDef, is_running_from_build
|
||||
from openpype.tests.lib import is_in_tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue