docs/qapidoc: Fix static typing on qapidoc.py

Now that the legacy code is factored out, fix up the typing on the
remaining code in qapidoc.py. Add a type ignore to qapi_legacy.py to
prevent the errors there from bleeding out into qapidoc.py.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250311034303.75779-38-jsnow@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
John Snow 2025-03-10 23:42:35 -04:00 committed by Markus Armbruster
parent 7640410d5c
commit 45d483a851
2 changed files with 26 additions and 15 deletions

View file

@ -1,4 +1,5 @@
# coding=utf-8
# type: ignore
#
# QEMU qapidoc QAPI file parsing extension
#