mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #574 from BigRoy/bugfix/validate_version_import_get_current_host_name
Global: Fix validate version plug-in import
This commit is contained in:
commit
0594f49f4f
1 changed files with 2 additions and 2 deletions
|
|
@ -3,9 +3,9 @@ import pyblish.api
|
||||||
from ayon_core.lib import filter_profiles
|
from ayon_core.lib import filter_profiles
|
||||||
from ayon_core.pipeline.publish import (
|
from ayon_core.pipeline.publish import (
|
||||||
PublishValidationError,
|
PublishValidationError,
|
||||||
OptionalPyblishPluginMixin,
|
OptionalPyblishPluginMixin
|
||||||
get_current_host_name,
|
|
||||||
)
|
)
|
||||||
|
from ayon_core.pipeline import get_current_host_name
|
||||||
|
|
||||||
|
|
||||||
class ValidateVersion(pyblish.api.InstancePlugin, OptionalPyblishPluginMixin):
|
class ValidateVersion(pyblish.api.InstancePlugin, OptionalPyblishPluginMixin):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue