We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54edd89 commit e69683bCopy full SHA for e69683b
cyclonedx_py/_internal/utils/cdx.py
@@ -87,7 +87,7 @@ def make_bom(**kwargs: Any) -> Bom:
87
return bom
88
89
90
-def find_LicenseExpression(licenses: Iterable['License']) -> Optional[LicenseExpression]:
+def find_LicenseExpression(licenses: Iterable['License']) -> Optional[LicenseExpression]: # noqa: N802
91
for license in licenses:
92
if isinstance(license, LicenseExpression):
93
return license
0 commit comments