John Snow writes:
> On 2/24/21 5:39 AM, Markus Armbruster wrote:
>> John Snow writes:
>>
>>> Iterating over the members of data isn't going to work if it's not some
>>> form of dict anyway, but for the sake of mypy, formalize it.
>>>
>>> Signed-off-by: John Snow
>>> Reviewed-by: Eduardo Habkos
On 2/24/21 5:39 AM, Markus Armbruster wrote:
John Snow writes:
Iterating over the members of data isn't going to work if it's not some
form of dict anyway, but for the sake of mypy, formalize it.
Signed-off-by: John Snow
Reviewed-by: Eduardo Habkost
---
scripts/qapi/expr.py | 7 +++
John Snow writes:
> Iterating over the members of data isn't going to work if it's not some
> form of dict anyway, but for the sake of mypy, formalize it.
>
> Signed-off-by: John Snow
> Reviewed-by: Eduardo Habkost
> ---
> scripts/qapi/expr.py | 7 +++
> 1 file changed, 7 insertions(+)
>
>
Iterating over the members of data isn't going to work if it's not some
form of dict anyway, but for the sake of mypy, formalize it.
Signed-off-by: John Snow
Reviewed-by: Eduardo Habkost
---
scripts/qapi/expr.py | 7 +++
1 file changed, 7 insertions(+)
diff --git a/scripts/qapi/expr.py b/s