use schema from openpype

This commit is contained in:
Jakub Trllo 2022-04-13 18:10:40 +02:00
parent e91d84546e
commit a05755e832
8 changed files with 16 additions and 11 deletions

View file

@ -8,11 +8,12 @@ from bson.objectid import ObjectId
from pymongo import InsertOne, ReplaceOne
import pyblish.api
from avalon import api, io, schema
from avalon import api, io
from openpype.lib import (
create_hard_link,
filter_profiles
)
from openpype.pipeline import schema
class IntegrateHeroVersion(pyblish.api.InstancePlugin):