diff options
author | Ruben Pollan <meskio@sindominio.net> | 2015-11-25 23:46:24 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-11-26 13:47:29 +0100 |
commit | 5cba5ae32003efd7b068e6646ba4c0ada4e29867 (patch) | |
tree | 95f61c0207669339f165a6ecaabd107972b15364 /src/leap/mx/tcp_map.py | |
parent | 4557b215775b9dbc438292449d05806f2e43ae0f (diff) |
[style] fix pep8 errors
Diffstat (limited to 'src/leap/mx/tcp_map.py')
-rw-r--r-- | src/leap/mx/tcp_map.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/mx/tcp_map.py b/src/leap/mx/tcp_map.py index 96db70a..07bf51d 100644 --- a/src/leap/mx/tcp_map.py +++ b/src/leap/mx/tcp_map.py @@ -41,7 +41,6 @@ class LEAPPostfixTCPMapServerFactory(ServerFactory, object): __metaclass__ = ABCMeta - def __init__(self, couchdb): """ Initialize the factory. |