qemu-cr16/scripts/qapi
John Snow 12b4267d60 python/qapi: delint import statements
Missed a spot with isort, which now causes the python-minreqs test on
GitLab to fail. Fix it.

(Hint: the commands in python/tests/qapi-isort.sh can be run without the
"-c" parameter to automatically adjust import statements according to
our style rules. Maybe I should make a pre-submit hook that makes this
adjustment automatically. What do you think?)

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3200
Fixes: 5bd89761a4 ("qapi/command: Avoid generating unused  qmp_marshal_output_T")
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20251118200657.1043688-4-jsnow@redhat.com>
2025-11-19 10:46:26 +01:00
..
__init__.py
backend.py qapi: Add some pylint ignores 2025-06-05 12:08:53 -04:00
commands.py python/qapi: delint import statements 2025-11-19 10:46:26 +01:00
common.py qapi: Smarter camel_to_upper() to reduce need for 'prefix' 2024-09-10 13:22:47 +02:00
error.py treewide: remove unnessary "coding" header 2025-10-01 11:22:07 -04:00
events.py qapi: Move include/qapi/qmp/ to include/qobject/ 2025-02-10 15:33:16 +01:00
expr.py treewide: remove unnessary "coding" header 2025-10-01 11:22:07 -04:00
features.py qapi: expose all schema features to code 2025-02-10 15:45:04 +01:00
gen.py treewide: remove unnessary "coding" header 2025-10-01 11:22:07 -04:00
introspect.py python/qapi: add an ignore for Pylint 4.x 2025-11-19 10:45:44 +01:00
main.py scripts/qapi/backend: Clean up create_backend()'s failure mode 2025-03-11 10:26:52 +01:00
parser.py qapi/parser: Mollify mypy 2025-11-10 11:57:18 +01:00
pylintrc python: add qapi static analysis tests 2025-06-05 12:09:43 -04:00
schema.py treewide: remove unnessary "coding" header 2025-10-01 11:22:07 -04:00
source.py qapi/source: allow multi-line QAPISourceInfo advancing 2025-03-11 10:10:57 +01:00
types.py qapi: expose all schema features to code 2025-02-10 15:45:04 +01:00
visit.py qapi: expose all schema features to code 2025-02-10 15:45:04 +01:00