We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
from ssl import
1 parent 3c1b8e1 commit 9ed25b8Copy full SHA for 9ed25b8
1 file changed
adafruit_httpserver/server.py
@@ -13,7 +13,6 @@
13
pass
14
15
from errno import EAGAIN, ECONNRESET, ETIMEDOUT
16
-from ssl import SSLContext, create_default_context
17
from sys import implementation
18
from time import monotonic, sleep
19
from traceback import print_exception
0 commit comments