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:
@@ -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,
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user