From e41f10b065c913def4dedef029d8f33ec9e7f1a9 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Wed, 6 Nov 2024 14:07:20 +0200 Subject: [PATCH] dubai: 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 edd47e6..44f402c 100755 --- a/extract-files.py +++ b/extract-files.py @@ -55,5 +55,7 @@ module = ExtractUtilsModule( ) if __name__ == '__main__': - utils = ExtractUtils.device_with_common(module, 'sm7325-common', module.vendor) + utils = ExtractUtils.device_with_common( + module, 'sm7325-common', module.vendor + ) utils.run()