Skip to content

Commit

Permalink
Adapt Asset_kind docstring to be more precise
Browse files Browse the repository at this point in the history
Previously, the docstring of `Asset_kind.Not_applicable` did not
reflect the newly added `Asset_kind.Role` attribute.
With this change, we make it more precise.
  • Loading branch information
s-heppner committed Feb 21, 2024
1 parent 3f01c13 commit e9ae84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aas_core_meta/v3_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -2345,7 +2345,7 @@ class Asset_kind(Enum):

Not_applicable = "NotApplicable"
"""
Neither a type asset nor an instance asset
Neither a type asset nor an instance asset nor a role asset
"""


Expand Down

0 comments on commit e9ae84a

Please sign in to comment.