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
No known key found for this signature in database
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