bangkk: ruff format --config

Change-Id: I134c16aaa825feab7aee7057f524818f58603681
This commit is contained in:
Michael Bestas 2024-11-06 14:07:20 +02:00 committed by Anand S
parent 2962eac378
commit 589a1d35fa
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -49,5 +49,7 @@ module = ExtractUtilsModule(
)
if __name__ == '__main__':
utils = ExtractUtils.device_with_common(module, 'sm6375-common', module.vendor)
utils = ExtractUtils.device_with_common(
module, 'sm6375-common', module.vendor
)
utils.run()