Skip to content

Feature description default bug

Create the simplest feature possible

class Feature1(sila.Feature):
    pass

results in a feature with the following description property:

  • description = Feature(*args, identifier: 'str' = '', display_name: 'str' = '', description: 'str' = '', **kwargs) 😄