mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-16 03:24:17 +02:00
tweak parser imports
This commit is contained in:
@@ -1,14 +1,11 @@
|
|||||||
__package__ = 'archivebox.parsers'
|
__package__ = 'archivebox.parsers'
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
|
||||||
from typing import IO, Iterable
|
from typing import IO, Iterable
|
||||||
|
|
||||||
from ..index.schema import Link
|
from archivebox.misc.util import enforce_types
|
||||||
from archivebox.misc.util import (
|
|
||||||
enforce_types,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
from ..index.schema import Link
|
||||||
from .generic_json import jsonObjectToLink
|
from .generic_json import jsonObjectToLink
|
||||||
|
|
||||||
def parse_line(line: str):
|
def parse_line(line: str):
|
||||||
|
Reference in New Issue
Block a user