🐶 fix long line

This commit is contained in:
Ondrej Samohel 2025-11-27 10:58:13 +01:00
parent 67364633f0
commit f8e8ab2b27
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -290,8 +290,8 @@ class BaseCreator(ABC):
def identifier(self):
"""Identifier of creator (must be unique).
Default implementation returns plugin's product base type, or falls back
to product type if product base type is not set.
Default implementation returns plugin's product base type,
or falls back to product type if product base type is not set.
"""
identifier = self.product_base_type