Skip to content

Commit a961a4a

Browse files
committed
proxy pylint fixes
1 parent 1e446b7 commit a961a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network/proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ def handle_connect(self):
144144

145145
def state_proxy_handshake_done(self):
146146
"""Handshake is complete at this point"""
147-
self.connectedAt = time.time()
147+
self.connectedAt = time.time() # pylint: disable=attribute-defined-outside-init
148148
return False

0 commit comments

Comments
 (0)