Fix "no module" error

Since added into pip requirements.txt, no need to `from...`
This commit is contained in:
0polar 2019-03-19 20:36:26 +08:00 committed by GitHub
parent ad1bd045f7
commit de91f7ec15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import socket
from lib.PySocks import socks
import socks
from Config import config
def create_connection(address, timeout=None, source_address=None):