Re: [PATCH 05/10] python/aqmp: squelch pylint warning for too many lines

2022-03-04 Thread Daniel P . Berrangé
On Fri, Feb 25, 2022 at 03:59:43PM -0500, John Snow wrote: > I would really like to keep this under 1000 lines, I promise. Doesn't > look like it's gonna happen. > > Signed-off-by: John Snow > --- > python/qemu/aqmp/protocol.py | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Daniel P. B

[PATCH 05/10] python/aqmp: squelch pylint warning for too many lines

2022-02-25 Thread John Snow
I would really like to keep this under 1000 lines, I promise. Doesn't look like it's gonna happen. Signed-off-by: John Snow --- python/qemu/aqmp/protocol.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/qemu/aqmp/protocol.py b/python/qemu/aqmp/protocol.py index 56f05b9030..631bcd