remove unused imports

This commit is contained in:
Neil Webber 2024-04-01 08:49:55 -05:00
parent 7920985eb5
commit 5ea5641186

View file

@ -25,9 +25,7 @@
# Trivial TCP server that accepts connections on port 1170 (cute)
# and simply proxies character traffic back and forth.
#
import sys
import socket
import time
import threading
import queue