move util.py into misc folder

This commit is contained in:
Nick Sweeting 2024-09-30 17:25:15 -07:00
parent dfca4b13b2
commit 363a499289
No known key found for this signature in database
68 changed files with 136 additions and 161 deletions

View file

@ -7,7 +7,7 @@ from typing import IO, Iterable
from datetime import datetime
from ..index.schema import Link
from ..util import (
from archivebox.misc.util import (
htmldecode,
enforce_types,
)