Keep consistent structure and remove done TODO

This commit is contained in:
Lonami Exo
2018-06-09 15:42:10 +02:00
parent acd6025731
commit 7e68274f26
2 changed files with 17 additions and 19 deletions

View File

@@ -21,8 +21,6 @@ except ImportError:
__log__ = logging.getLogger(__name__)
# TODO Except asyncio.TimeoutError, ConnectionError, OSError...
# ...for connect, write and read (in the upper levels, not here)
class TcpClient:
"""A simple TCP client to ease the work with sockets and proxies."""
def __init__(self, proxy=None, timeout=5):