Skip to content
Snippets Groups Projects
Commit 1b9c8cb6 authored by John Snow's avatar John Snow
Browse files

python/aqmp: squelch pylint warning for too many lines


I would really like to keep this under 1000 lines, I promise. Doesn't
look like it's gonna happen.

Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
Acked-by: default avatarKevin Wolf <kwolf@redhat.com>
Reviewed-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
Message-id: 20220225205948.3693480-6-jsnow@redhat.com
Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
parent 830e6fd3
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@
class.
"""
# It's all the docstrings ... ! It's long for a good reason ^_^;
# pylint: disable=too-many-lines
import asyncio
from asyncio import StreamReader, StreamWriter
from enum import Enum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment