berlin: ruff format --config

Change-Id: I134c16aaa825feab7aee7057f524818f58603681
This commit is contained in:
Michael Bestas 2024-11-06 14:07:20 +02:00 committed by Marc Bourgoin
parent 124a62c62e
commit 66bfcf696e

View File

@ -44,5 +44,7 @@ module = ExtractUtilsModule(
) )
if __name__ == '__main__': 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() utils.run()