Re: [PATCH 04/12] qapi: update type hint for types_seen
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 24/8/26 07:28, John Snow wrote: > In preparation for upgrading Python to 3.12+, adjust the type hint on > types_seen to prevent mypy from chirping about an unknown type for > this variable. > > Why didn't this trigger earlier? A mystery for the ages. > > Signed-off-by: John Snow <[email protected]> > --- > scripts/qapi/types.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>