🐶 fix linter issues

This commit is contained in:
Ondrej Samohel 2025-03-27 17:20:41 +01:00
parent 45d0e05892
commit a008145a94
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 3 additions and 1 deletions

View file

@ -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"

View file

@ -22,6 +22,7 @@ class DigitallySigned(TraitBase):
description: ClassVar[str] = "Digitally signed trait."
persistent: ClassVar[bool] = True
@dataclass
class PGPSigned(DigitallySigned):
"""PGP signed trait.