Skip to content

Commit

Permalink
ulwgl_dl_util: be smarter about imports
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Feb 17, 2024
1 parent 3e5e1e1 commit 744cedc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ulwgl_dl_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
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
Expand Down

0 comments on commit 744cedc

Please sign in to comment.