From 6c04fa20efcb0ff12bf6d9138694013a429c404a Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Wed, 6 Nov 2024 14:07:20 +0200 Subject: [PATCH] rtwo: ruff format --config Change-Id: I134c16aaa825feab7aee7057f524818f58603681 --- extract-files.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extract-files.py b/extract-files.py index 434a810..02142c1 100755 --- a/extract-files.py +++ b/extract-files.py @@ -55,5 +55,7 @@ module = ExtractUtilsModule( ) if __name__ == '__main__': - utils = ExtractUtils.device_with_common(module, 'sm8550-common', module.vendor) + utils = ExtractUtils.device_with_common( + module, 'sm8550-common', module.vendor + ) utils.run()