bangkk: ruff format --config
Change-Id: I134c16aaa825feab7aee7057f524818f58603681
This commit is contained in:
parent
2962eac378
commit
589a1d35fa
1 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue