mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-20 18:05:19 -04:00
lint: Fix mercury extractor lint issues
This commit is contained in:
parent
46b9e3d536
commit
eb34a6af62
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
__package__ = 'archivebox.extractors'
|
||||
|
||||
from pathlib import Path
|
||||
from tempfile import NamedTemporaryFile
|
||||
|
||||
from typing import Optional
|
||||
import json
|
||||
|
@ -10,13 +9,11 @@ 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,
|
||||
CURL_BINARY,
|
||||
SAVE_MERCURY,
|
||||
DEPENDENCIES,
|
||||
MERCURY_VERSION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue