You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/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>
2 weeks ago
..
__init__.py qapi-gen: New common driver for code and doc generators 8 years ago
backend.py qapi: Add some pylint ignores 6 months ago
commands.py python/qapi: delint import statements 2 weeks ago
common.py qapi: Smarter camel_to_upper() to reduce need for 'prefix' 1 year ago
error.py treewide: remove unnessary "coding" header 2 months ago
events.py qapi: Move include/qapi/qmp/ to include/qobject/ 10 months ago
expr.py treewide: remove unnessary "coding" header 2 months ago
features.py qapi: expose all schema features to code 10 months ago
gen.py treewide: remove unnessary "coding" header 2 months ago
introspect.py python/qapi: add an ignore for Pylint 4.x 2 weeks ago
main.py scripts/qapi/backend: Clean up create_backend()'s failure mode 9 months ago
parser.py qapi/parser: Mollify mypy 4 weeks ago
pylintrc python: add qapi static analysis tests 6 months ago
schema.py treewide: remove unnessary "coding" header 2 months ago
source.py qapi/source: allow multi-line QAPISourceInfo advancing 9 months ago
types.py qapi: expose all schema features to code 10 months ago
visit.py qapi: expose all schema features to code 10 months ago