mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🐶 fix linter issues
This commit is contained in:
parent
45d0e05892
commit
a008145a94
2 changed files with 3 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ class LocatableContent(TraitBase):
|
|||
description (str): Trait description.
|
||||
id (str): id should be namespaced trait name with version
|
||||
location (str): Location.
|
||||
is_templated (Optional[bool]): Is the location templated? Default is None.
|
||||
is_templated (Optional[bool]): Is the location templated?
|
||||
Default is None.
|
||||
"""
|
||||
|
||||
name: ClassVar[str] = "LocatableContent"
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ class DigitallySigned(TraitBase):
|
|||
description: ClassVar[str] = "Digitally signed trait."
|
||||
persistent: ClassVar[bool] = True
|
||||
|
||||
|
||||
@dataclass
|
||||
class PGPSigned(DigitallySigned):
|
||||
"""PGP signed trait.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue