use new import of 'get_subset_name_with_asset_doc'

This commit is contained in:
Jakub Trllo 2022-08-23 19:12:28 +02:00
parent 476153e81c
commit 7e59a577a6
11 changed files with 15 additions and 17 deletions

View file

@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
"""Collect current workfile from Harmony."""
import pyblish.api
import os
import pyblish.api
from openpype.lib import get_subset_name_with_asset_doc
from openpype.pipeline.create import get_subset_name_with_asset_doc
class CollectWorkfile(pyblish.api.ContextPlugin):