X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/9b307405fb6d4248e1a1dd7c6c10fa02b3c347f0..e506c46f7b44e788dfd279e9a474af83e4e03eca:/gallery/gallery.py diff --git a/gallery/gallery.py b/gallery/gallery.py index be4d81d..38e52e3 100755 --- a/gallery/gallery.py +++ b/gallery/gallery.py @@ -10,15 +10,7 @@ from argparse import ArgumentParser, Namespace from concurrent.futures import ThreadPoolExecutor from functools import lru_cache, partial from pathlib import Path -from typing import ( - Generator, - List, - NamedTuple, - Optional, - Tuple, - Union, - cast, -) +from typing import Generator, List, NamedTuple, Optional, Tuple, Union, cast from urllib.request import urlopen, urlretrieve PYPI_INSTANCE = "https://pypi.org/pypi"