fixed pylint CQ issues
This commit is contained in:
parent
ec2143f9f4
commit
2463f58573
|
@ -97,6 +97,7 @@ class UDPSocket(BMProto): # pylint: disable=too-many-instance-attributes
|
||||||
time.time()
|
time.time()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
# pylint: disable=no-self-use
|
||||||
def bm_command_portcheck(self):
|
def bm_command_portcheck(self):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
@ -113,6 +114,7 @@ class UDPSocket(BMProto): # pylint: disable=too-many-instance-attributes
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def handle_connect(self):
|
def handle_connect(self):
|
||||||
|
"""handle connect method"""
|
||||||
return
|
return
|
||||||
|
|
||||||
def writable(self):
|
def writable(self):
|
||||||
|
|
Reference in New Issue
Block a user