mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-19 17:35:09 -04:00
fix missing check_migrations import
This commit is contained in:
parent
18474f452b
commit
8fbfa10df3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue