mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-20 09:55:10 -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 pathlib import Path
|
||||||
|
|
||||||
from archivebox.config import DATA_DIR
|
from archivebox.config import DATA_DIR
|
||||||
|
from archivebox.misc.checks import check_migrations
|
||||||
from archivebox.misc.logging import stderr
|
from archivebox.misc.logging import stderr
|
||||||
|
|
||||||
from importlib import import_module
|
from importlib import import_module
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue