summaryrefslogtreecommitdiff
path: root/paramiko/channel.py
diff options
context:
space:
mode:
Diffstat (limited to 'paramiko/channel.py')
-rw-r--r--paramiko/channel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/paramiko/channel.py b/paramiko/channel.py
index c8afe29e..ccd23e9d 100644
--- a/paramiko/channel.py
+++ b/paramiko/channel.py
@@ -26,7 +26,6 @@ import socket
import time
import threading
-# TODO: switch as much of py3compat.py to 'six' as possible, then use six.wraps
from functools import wraps
from paramiko import util