1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-24 15:13:03 +02: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

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,