Skip to content

Commit 0a44190

Browse files
committed
condense code
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 52f6579 commit 0a44190

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cyclonedx/model/lifecycle.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,7 @@ class LifecycleRepository(SortedSet[Lifecycle]):
178178
179179
This is a `set`, not a `list`. Order MUST NOT matter here.
180180
"""
181-
182181
else:
183-
184182
class LifecycleRepository(SortedSet):
185183
"""Collection of :class:`Lifecycle`.
186184

0 commit comments

Comments
 (0)