fixed pylint CQ issues

This commit is contained in:
cis 2021-06-08 20:33:44 +05:30
parent ec2143f9f4
commit 2463f58573
No known key found for this signature in database
GPG Key ID: 11DC6F36E8B65B24

View File

@ -97,6 +97,7 @@ class UDPSocket(BMProto): # pylint: disable=too-many-instance-attributes
time.time()
return True
# pylint: disable=no-self-use
def bm_command_portcheck(self):
return True
@ -113,6 +114,7 @@ class UDPSocket(BMProto): # pylint: disable=too-many-instance-attributes
return True
def handle_connect(self):
"""handle connect method"""
return
def writable(self):