From fffe1162b0ab68dbd3ea5e0e234c4b2b6cf51ac8 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Tue, 6 Dec 2022 10:00:16 +0100 Subject: [PATCH] fix import --- openpype/plugins/publish/collect_audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/plugins/publish/collect_audio.py b/openpype/plugins/publish/collect_audio.py index db567f8b8f..37a5e90f86 100644 --- a/openpype/plugins/publish/collect_audio.py +++ b/openpype/plugins/publish/collect_audio.py @@ -7,7 +7,7 @@ from openpype.client import ( get_last_versions, get_representations, ) -from openpype.pipeline import get_representation_path_with_anatomy +from openpype.pipeline.load import get_representation_path_with_anatomy class CollectAudio(pyblish.api.ContextPlugin):