python/qmp: remove pylint workaround from legacy.py
authorJohn Snow <jsnow@redhat.com>
Wed, 30 Mar 2022 17:28:12 +0000 (13:28 -0400)
committerJohn Snow <jsnow@redhat.com>
Thu, 21 Apr 2022 15:01:00 +0000 (11:01 -0400)
commit47430775ed1a48d7beb2c7b8d7feaab73104ec46
tree114dead1a295e4452e0a6d058edec63ba3707ed3
parentb1a9b1f7a637c6d8363ed5f8c9a7617e919db4ad
python/qmp: remove pylint workaround from legacy.py

Pylint upgraded recently (2.13.z) and having a pylint: disable comment
in the middle of an argument field causes it some grief (It appears to
stop parsing when it encounters it, causing some syntax problems). Since
the duplicate line threshold was bumped up in 22305c2a081b, we don't
need this workaround anymore. Drop it.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@openvz.org>
Message-id: 20220330172812.3427355-10-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/qmp/legacy.py