Skip to content

Commit 26fa853

Browse files
committed
Remove outdated TODO marker
1 parent 1584132 commit 26fa853

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unpythonic/net/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ class SessionExit(Exception):
158158
try:
159159
# First handshake on control channel to get prompt information.
160160
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as csock: # control channel (remote tab completion, remote Ctrl+C)
161-
# TODO: configurable control port
162161
csock.connect((host, control_port)) # TODO: IPv6 support
163162
controller = ControlClient(csock)
164163

0 commit comments

Comments
 (0)