mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-23 04:33:11 +00:00
remove unused import
This commit is contained in:
parent
de8e22efb7
commit
011bd104cb
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue