proxy pylint fixes
This commit is contained in:
parent
1e446b768c
commit
a961a4a2fb
|
@ -144,5 +144,5 @@ class Proxy(AdvancedDispatcher):
|
|||
|
||||
def state_proxy_handshake_done(self):
|
||||
"""Handshake is complete at this point"""
|
||||
self.connectedAt = time.time()
|
||||
self.connectedAt = time.time() # pylint: disable=attribute-defined-outside-init
|
||||
return False
|
||||
|
|
Loading…
Reference in New Issue
Block a user