Skip to content

Commit 73a1fed

Browse files
committed
refactor(utils): remove unused get_osadl_url method
1 parent 565ff26 commit 73a1fed

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/scanoss/inspection/utils/license_utils.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,6 @@ def get_spdx_url(self, spdxid: str) -> str:
122122
"""
123123
return f'{self.BASE_SPDX_ORG_URL}/{spdxid}.html'
124124

125-
def get_osadl_url(self, spdxid: str) -> str:
126-
"""
127-
Generate the URL for the OSADL (Open Source Automation Development Lab) page of a license.
128-
129-
:param spdxid: The SPDX identifier of the license
130-
:return: The URL of the OSADL page for the given license
131-
"""
132-
return f'{self.BASE_OSADL_URL}/{spdxid}.txt'
133125

134126

135127
#

0 commit comments

Comments
 (0)