proxy pylint fixes

This commit is contained in:
lakshyacis 2019-09-13 14:11:21 +05:30
parent 1e446b768c
commit a961a4a2fb
No known key found for this signature in database
GPG Key ID: D2C539C8EC63E9EB
1 changed files with 1 additions and 1 deletions

View File

@ -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