Re: [PATCH v4 36/46] qapi/introspect.py: assert obj is a dict when features are given

2020-09-30 Thread Eduardo Habkost
On Wed, Sep 30, 2020 at 12:31:40AM -0400, John Snow wrote: > This is necessary to keep mypy passing in the next patch when we add > preliminary type hints. It will be removed shortly. > > Signed-off-by: John Snow Reviewed-by: Eduardo Habkost -- Eduardo

[PATCH v4 36/46] qapi/introspect.py: assert obj is a dict when features are given

2020-09-29 Thread John Snow
This is necessary to keep mypy passing in the next patch when we add preliminary type hints. It will be removed shortly. Signed-off-by: John Snow --- scripts/qapi/introspect.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/qapi/introspect.py b/scripts/qapi/introspect.py index 31acd