mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
4f8f199fa5
commit
2daf52df8b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue