Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
condense code
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Oct 11, 2024
commit 0a44190646c8a57ab32ecae3ea92913c3699456c
2 changes: 0 additions & 2 deletions cyclonedx/model/lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,7 @@ class LifecycleRepository(SortedSet[Lifecycle]):

This is a `set`, not a `list`. Order MUST NOT matter here.
"""

else:

class LifecycleRepository(SortedSet):
"""Collection of :class:`Lifecycle`.

Expand Down