fix pep8 for travis again

This commit is contained in:
Falseen 2017-02-18 00:15:40 +08:00
parent d29baa3102
commit 19027aeba8
2 changed files with 9 additions and 7 deletions

View file

@ -106,6 +106,7 @@ class NoAcceptableMethods(Exception):
class TCPRelayHandler(object):
def __init__(self, server, fd_to_handlers, loop, local_sock, config,
dns_resolver, is_local):
self._server = server
@ -717,6 +718,7 @@ class TCPRelayHandler(object):
class TCPRelay(object):
def __init__(self, config, dns_resolver, is_local, stat_callback=None):
self._config = config
self._is_local = is_local