mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-10 08:34:08 +02:00
fix missing check_migrations import
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user