Remove unused import

This commit is contained in:
Guillaume Ayoub 2017-02-26 16:13:50 +01:00
parent b2e149ad0d
commit 9d958e8e51

View File

@ -37,7 +37,6 @@ import socket
import socketserver
import ssl
import threading
import urllib
import wsgiref.simple_server
import zlib
from http import client