diff --git a/meta_package_manager/sbom.py b/meta_package_manager/sbom.py index 3c2db0f70..ca4d19aa8 100644 --- a/meta_package_manager/sbom.py +++ b/meta_package_manager/sbom.py @@ -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(