fix pep8 for travis again
This commit is contained in:
parent
d29baa3102
commit
19027aeba8
2 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue