aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2024-03-15 16:22:38 +0100
committerMarkus Armbruster <armbru@redhat.com>2024-04-24 10:03:54 +0200
commit2daf52df8b832a221e486ef373953ba160c2d9e1 (patch)
treef85febacb570d5b74c00dac39f21983035e79284
parent4f8f199fa569492bb07efee02489f521629d275d (diff)
downloadqemu-2daf52df8b832a221e486ef373953ba160c2d9e1.zip
qemu-2daf52df8b832a221e486ef373953ba160c2d9e1.tar.gz
qemu-2daf52df8b832a221e486ef373953ba160c2d9e1.tar.bz2
qapi/parser: shush up pylint
Shhh! Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240315152301.3621858-3-armbru@redhat.com>
-rw-r--r--scripts/qapi/parser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/qapi/parser.py b/scripts/qapi/parser.py
index fed88e9..ec4ebef 100644
--- a/scripts/qapi/parser.py
+++ b/scripts/qapi/parser.py
@@ -607,6 +607,7 @@ class QAPIDoc:
"""
class Section:
+ # pylint: disable=too-few-public-methods
def __init__(self, info: QAPISourceInfo,
tag: Optional[str] = None):
# section source info, i.e. where it begins