Removed useless import from plugins/misc.py
This commit is contained in:
parent
3abd8acef7
commit
b4c2a245cf
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import socket
|
||||||
import subprocess
|
import subprocess
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from util import hook, http
|
from util import hook
|
||||||
|
|
||||||
socket.setdefaulttimeout(10) # global setting
|
socket.setdefaulttimeout(10) # global setting
|
||||||
|
|
||||||
|
|
Reference in a new issue