Merge pull request #1583 from BigRoy/bugfix/fix_import_integrator

Integrator: Fix import
This commit is contained in:
Jakub Trllo 2025-12-05 12:25:39 +01:00 committed by GitHub
commit a657022919
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ from ayon_core.pipeline.publish import (
KnownPublishError,
get_publish_template_name,
)
from pipeline import is_product_base_type_supported
from ayon_core.pipeline import is_product_base_type_supported
log = logging.getLogger(__name__)