fogos: ruff format --config
Change-Id: I134c16aaa825feab7aee7057f524818f58603681
This commit is contained in:
parent
c1f6e9c27c
commit
2e620b5b43
1 changed files with 3 additions and 1 deletions
|
@ -49,5 +49,7 @@ module = ExtractUtilsModule(
|
||||||
)
|
)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
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()
|
utils.run()
|
||||||
|
|
Loading…
Reference in a new issue