remove unused import

This commit is contained in:
prnake 2022-02-09 10:48:51 +08:00 committed by GitHub
parent de8e22efb7
commit 011bd104cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,7 @@ from ..index.schema import Link, ArchiveResult, ArchiveError
from ..system import run, atomic_write from ..system import run, atomic_write
from ..util import ( from ..util import (
enforce_types, enforce_types,
download_url,
is_static_file, is_static_file,
) )
from ..config import ( from ..config import (
TIMEOUT, TIMEOUT,