mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-05 20:09:41 +00:00
Remove unused imports (sys, ssl) in wsproxy.py
This commit is contained in:
@@ -11,7 +11,7 @@ as taken from http://docs.python.org/dev/library/ssl.html#certificates
|
||||
|
||||
'''
|
||||
|
||||
import sys, socket, ssl, optparse
|
||||
import socket, optparse
|
||||
from select import select
|
||||
from websocket import *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user