D404: fix

This commit is contained in:
Jörg Thalheim
2025-08-20 21:39:06 +02:00
parent 34816013ad
commit ef5ab0c2f4
10 changed files with 14 additions and 14 deletions

View File

@@ -99,7 +99,7 @@ class SetSelectorType(str, Enum):
@dataclass
class SetSelector:
"""This class represents a selector used in a set.
"""Represents a selector used in a set.
type: SetSelectorType = SetSelectorType.STR
value: str = ""
@@ -783,7 +783,7 @@ class FlakeCache:
@dataclass
class Flake:
"""This class represents a flake, and is used to interact with it.
"""Represents a flake, and is used to interact with it.
values can be accessed using the select method, which will fetch the value from the cache if it is present.
"""