mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🐶 fix long line
This commit is contained in:
parent
67364633f0
commit
f8e8ab2b27
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue