osbuild: run isort on all files
This commit is contained in:
parent
98daf1a87d
commit
ea6085fae6
174 changed files with 106 additions and 257 deletions
|
|
@ -3,7 +3,6 @@
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
r = subprocess.run(sys.argv[1:], check=False)
|
||||
sys.exit(r.returncode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue