Remove TODO

This commit is contained in:
Dan 2018-10-08 20:17:47 +02:00
parent 1fc160c566
commit 980807f1de

View File

@ -29,7 +29,6 @@ class Connection:
MAX_RETRIES = 3
MODES = {
# TODO: Implement other protocols using asyncio
0: TCPFull,
1: TCPAbridged,
2: TCPIntermediate,