diff options
| author | John Snow <jsnow@redhat.com> | 2025-03-10 23:42:35 -0400 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2025-03-11 10:10:57 +0100 |
| commit | 45d483a851051bcea3a32b1ce7367180a8cf7bae (patch) | |
| tree | a8c8cdaee349be84d9709fff1fa7896527b00455 /docs/sphinx/qapidoc_legacy.py | |
| parent | 7640410d5c2f7a37c8b6409f2d288807c99afd1e (diff) | |
| download | focaccia-qemu-45d483a851051bcea3a32b1ce7367180a8cf7bae.tar.gz focaccia-qemu-45d483a851051bcea3a32b1ce7367180a8cf7bae.zip | |
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>
Diffstat (limited to 'docs/sphinx/qapidoc_legacy.py')
| -rw-r--r-- | docs/sphinx/qapidoc_legacy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sphinx/qapidoc_legacy.py b/docs/sphinx/qapidoc_legacy.py index 679f38356b..13520f4c26 100644 --- a/docs/sphinx/qapidoc_legacy.py +++ b/docs/sphinx/qapidoc_legacy.py @@ -1,4 +1,5 @@ # coding=utf-8 +# type: ignore # # QEMU qapidoc QAPI file parsing extension # |