🐶 fix linter

This commit is contained in:
Ondrej Samohel 2025-12-02 15:59:14 +01:00
parent 206bcfe717
commit a9c7785700
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -418,7 +418,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
"but it's defined - and it differs from product type %s. "
"Using product base type as product type."
), product_base_type, product_type)
new_product_entity_kwargs["product_type"] = (
product_base_type
)