1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-09 05:40:50 +02:00

move to new vendoring fallback logic

This commit is contained in:
Nick Sweeting
2024-08-23 02:01:02 -07:00
parent eeb70c4018
commit 2c2d034d6d
14 changed files with 54 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ from typing import IO, Iterable, Optional
from configparser import ConfigParser
from pathlib import Path
from ..vendor.pocket import Pocket
from pocket import Pocket
from ..index.schema import Link
from ..util import enforce_types