mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-10-26 11:19:00 +00:00
fix missing check_migrations import
This commit is contained in:
parent
18474f452b
commit
8fbfa10df3
@ -12,6 +12,7 @@ from typing import Optional, List, IO, Union, Iterable
|
||||
from pathlib import Path
|
||||
|
||||
from archivebox.config import DATA_DIR
|
||||
from archivebox.misc.checks import check_migrations
|
||||
from archivebox.misc.logging import stderr
|
||||
|
||||
from importlib import import_module
|
||||
|
||||
Loading…
Reference in New Issue
Block a user