Remove unused uuid import

This commit is contained in:
JonnyWong16 2020-03-21 19:46:41 -07:00
parent 702b2fe167
commit 510dddf724

View file

@ -40,7 +40,6 @@ import threading
import time
from urllib.parse import urlencode
from urllib.parse import urlparse
import uuid
try:
from Cryptodome.Protocol.KDF import PBKDF2