Skip to content

Commit 9ed25b8

Browse files
authored
Remove previous from ssl import
The fix is good, but forgot to remove the non-guarded `from ssl import ...`
1 parent 3c1b8e1 commit 9ed25b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_httpserver/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
pass
1414

1515
from errno import EAGAIN, ECONNRESET, ETIMEDOUT
16-
from ssl import SSLContext, create_default_context
1716
from sys import implementation
1817
from time import monotonic, sleep
1918
from traceback import print_exception

0 commit comments

Comments
 (0)