mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
🚨 fix hound 🐶
This commit is contained in:
parent
79a9deba52
commit
547fe50ffc
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ from pyblish.api import InstancePlugin, IntegratorOrder
|
|||
from openpype.pipeline import legacy_io
|
||||
from openpype.modules.royalrender.rr_job import RRJob, RREnvList
|
||||
from openpype.pipeline.publish import KnownPublishError
|
||||
from openpype.lib.openpype_version import get_OpenPypeVersion, get_openpype_version
|
||||
from openpype.lib.openpype_version import (
|
||||
get_OpenPypeVersion, get_openpype_version)
|
||||
|
||||
|
||||
class CreatePublishRoyalRenderJob(InstancePlugin):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue