diff options
Diffstat (limited to 'python/tests')
-rwxr-xr-x | python/tests/qapi-isort.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/qapi-isort.sh b/python/tests/qapi-isort.sh index 78dd947..067c16d 100755 --- a/python/tests/qapi-isort.sh +++ b/python/tests/qapi-isort.sh @@ -3,6 +3,6 @@ python3 -m isort --sp . -c ../scripts/qapi/ # Force isort to recognize "compat" as a local module and not third-party -python3 -m isort --sp . -c -p compat -p qapidoc_legacy \ +python3 -m isort --sp . -c -p compat \ ../docs/sphinx/qapi_domain.py \ ../docs/sphinx/qapidoc.py |