X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/9b307405fb6d4248e1a1dd7c6c10fa02b3c347f0..c732a1f13a4b75d84dfd74eda0a57a55936d2e22:/gallery/gallery.py?ds=inline

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"