diff options
Diffstat (limited to 'python/tests/isort.sh')
-rwxr-xr-x | python/tests/isort.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/tests/isort.sh b/python/tests/isort.sh new file mode 100755 index 000000000..4480405bf --- /dev/null +++ b/python/tests/isort.sh @@ -0,0 +1,2 @@ +#!/bin/sh -e +python3 -m isort -c qemu/ |