Skip to content

Commit

Permalink
qapi/parser: shush up pylint
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jnsnow authored and Markus Armbruster committed Apr 24, 2024
1 parent 4f8f199 commit 2daf52d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/qapi/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2daf52d

Please sign in to comment.