From 4aab90ac6a265c6b5d848b4b0392ada2234a6194 Mon Sep 17 00:00:00 2001 From: Tea Watermeter Date: Thu, 31 Mar 2016 21:01:32 +0800 Subject: [PATCH] remove meaningless return at end of function --- shadowsocks/tcprelay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shadowsocks/tcprelay.py b/shadowsocks/tcprelay.py index 7943042..bb6e4bd 100644 --- a/shadowsocks/tcprelay.py +++ b/shadowsocks/tcprelay.py @@ -531,7 +531,6 @@ class TCPRelayHandler(object): self._write_to_sock(b'\x05\00', self._local_sock) self._stage = STAGE_ADDR - return def _on_local_read(self): # handle all local read events and dispatch them to methods for