Skip to content

Commit 481a08f

Browse files
committed
docs: improve the DependencyAnalyzer doctring
Signed-off-by: behnazh-w <[email protected]>
1 parent d652184 commit 481a08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macaron/dependency_analyzer/cyclonedx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class DependencyInfo(TypedDict):
105105

106106

107107
class DependencyAnalyzer:
108-
"""This base class is used to implement dependency analyzers."""
108+
"""This base class is used to implement dependency analyzers for CyclondDx SBOMs."""
109109

110110
def __init__(self, resources_path: str, file_name: str, tool_name: str, tool_version: str) -> None:
111111
"""Initialize the dependency analyzer instance.

0 commit comments

Comments
 (0)