mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-24 05:53:43 +08:00
tweak parser imports
This commit is contained in:
parent
30cd48c30d
commit
eb721bd514
@ -1,14 +1,11 @@
|
||||
__package__ = 'archivebox.parsers'
|
||||
|
||||
import json
|
||||
|
||||
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
|
||||
|
||||
def parse_line(line: str):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user