1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-27 00:05:27 +02:00

fix: Add missing change to refactor related to circular imports

This commit is contained in:
Cristian
2020-07-20 09:11:17 -05:00
parent 53dede8e16
commit 75e5a6fcdc

View File

@@ -410,7 +410,7 @@ def log_removal_finished(all_links: int, to_keep: int):
def log_shell_welcome_msg():
from . import list_subcommands
from .cli import list_subcommands
print('{green}# ArchiveBox Imports{reset}'.format(**ANSI))
print('{green}from archivebox.core.models import Snapshot, User{reset}'.format(**ANSI))