1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00

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 ..util import (
enforce_types,
download_url,
is_static_file,
)
from ..config import (
TIMEOUT,