mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00
ulwgl_dl_util: be smarter about imports
This commit is contained in:
parent
3e5e1e138b
commit
744cedc6b8
@ -4,10 +4,7 @@ from tarfile import open as tar_open
|
||||
from typing import Dict, List, Tuple, Any, Union
|
||||
from hashlib import sha512
|
||||
from shutil import rmtree
|
||||
from http.client import HTTPSConnection
|
||||
from http.client import HTTPConnection
|
||||
from http.client import HTTPResponse
|
||||
from http.client import HTTPException
|
||||
from http.client import HTTPSConnection, HTTPResponse, HTTPException, HTTPConnection
|
||||
from ssl import create_default_context
|
||||
from json import loads as loads_json
|
||||
from urllib.request import urlretrieve
|
||||
|
Loading…
x
Reference in New Issue
Block a user