Skip to content

Commit 0e68f6e

Browse files
committed
feat: prepare "contrib" area
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent a8a4190 commit 0e68f6e

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

cyclonedx/builder/this.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
"""Representation of this very python library."""
1919

20-
__all__ = []
21-
2220
from ..contrib.this import this_tool as _this_tool, this_component as _this_component
2321

2422
# endregion deprecated re-export

cyclonedx/factory/license.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
# SPDX-License-Identifier: Apache-2.0
1616
# Copyright (c) OWASP Foundation. All Rights Reserved.
1717

18-
__all__ = []
19-
2018
from ..contrib.license import LicenseFactory as _LicenseFactory
2119

2220
# region deprecated re-export

0 commit comments

Comments
 (0)