From 15412491ae59c69dce33fd3d45ea58d51946be66 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 3 Jul 2025 00:14:39 +0100 Subject: [PATCH] Spacewar: Reformat extract-files.py Command used: `ruff format extract-files.py --config ../../../tools/extract-utils/ruff.toml` Change-Id: I13aaee01549763b46d909a396562d0b7663c4e8d --- extract-files.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extract-files.py b/extract-files.py index 0a5e101..9f7cb40 100755 --- a/extract-files.py +++ b/extract-files.py @@ -28,9 +28,11 @@ namespace_imports = [ 'vendor/qcom/opensource/display', ] + def lib_fixup_vendor_suffix(lib: str, partition: str, *args, **kwargs): return f'{lib}_{partition}' if partition == 'vendor' else None + lib_fixups: lib_fixups_user_type = { **lib_fixups, (