1
0
Fork 0
mirror of synced 2024-06-26 18:10:24 +12:00

lint: Fix mercury extractor lint issues

This commit is contained in:
Cristian 2020-09-23 10:35:39 -05:00
parent 46b9e3d536
commit eb34a6af62

View file

@ -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,