Spacewar: Reformat extract-files.py

Command used:
`ruff format extract-files.py --config ../../../tools/extract-utils/ruff.toml`

Change-Id: I13aaee01549763b46d909a396562d0b7663c4e8d
This commit is contained in:
Bruno Martins
2025-07-03 00:14:39 +01:00
committed by nyxalune
parent 30f3b55a14
commit 15412491ae

View File

@@ -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,
(