On 18/11/25 21:06, John Snow wrote:
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?)
Fixes: 5bd89761
Fixes: 5bd89761a4b ("qapi/command: Avoid generating unused
qmp_marshal_output_T")
See Laurent's tips:
https://lore.kernel.org/qemu-devel/[email protected]/
Signed-off-by: John Snow <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
---
scripts/qapi/commands.py | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>