remove meaningless return at end of function
This commit is contained in:
parent
a4588af155
commit
4aab90ac6a
1 changed files with 0 additions and 1 deletions
|
@ -531,7 +531,6 @@ class TCPRelayHandler(object):
|
||||||
|
|
||||||
self._write_to_sock(b'\x05\00', self._local_sock)
|
self._write_to_sock(b'\x05\00', self._local_sock)
|
||||||
self._stage = STAGE_ADDR
|
self._stage = STAGE_ADDR
|
||||||
return
|
|
||||||
|
|
||||||
def _on_local_read(self):
|
def _on_local_read(self):
|
||||||
# handle all local read events and dispatch them to methods for
|
# handle all local read events and dispatch them to methods for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue