Skip to content

Commit e69683b

Browse files
committed
tidy
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 54edd89 commit e69683b

File tree

1 file changed

+1
-1
lines changed
  • cyclonedx_py/_internal/utils

1 file changed

+1
-1
lines changed

cyclonedx_py/_internal/utils/cdx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def make_bom(**kwargs: Any) -> Bom:
8787
return bom
8888

8989

90-
def find_LicenseExpression(licenses: Iterable['License']) -> Optional[LicenseExpression]:
90+
def find_LicenseExpression(licenses: Iterable['License']) -> Optional[LicenseExpression]: # noqa: N802
9191
for license in licenses:
9292
if isinstance(license, LicenseExpression):
9393
return license

0 commit comments

Comments
 (0)