Skip to content

Commit

Permalink
ulwgl_dl_util: delete reference to requests module
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Feb 17, 2024
1 parent 3a5b4b1 commit 356f800
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ulwgl_dl_util.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from pathlib import Path
from os import environ
from tarfile import open as tar_open
from requests import Timeout
from typing import Dict, List, Tuple, Any, Union
from hashlib import sha512
from shutil import rmtree
Expand Down

0 comments on commit 356f800

Please sign in to comment.