Skip to content

Commit

Permalink
[autofix] Format Python
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke authored and github-actions[bot] committed Oct 8, 2024
1 parent 9a9b59d commit 43558b8
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions meta_package_manager/sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,14 @@ def init_doc(self) -> None:
"""
profile = get_profile()
system_id = self.normalize_spdx_id(
"-".join(
(
CURRENT_OS_LABEL,
profile["linux_dist_name"],
profile["linux_dist_version"],
profile["uname"]["system"],
profile["uname"]["release"],
profile["uname"]["machine"],
)
)
"-".join((
CURRENT_OS_LABEL,
profile["linux_dist_name"],
profile["linux_dist_version"],
profile["uname"]["system"],
profile["uname"]["release"],
profile["uname"]["machine"],
))
)

self.document = Document(
Expand Down

0 comments on commit 43558b8

Please sign in to comment.