mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-27 16:20:05 +02:00
fix: Add missing change to refactor related to circular imports
This commit is contained in:
@@ -410,7 +410,7 @@ def log_removal_finished(all_links: int, to_keep: int):
|
|||||||
|
|
||||||
|
|
||||||
def log_shell_welcome_msg():
|
def log_shell_welcome_msg():
|
||||||
from . import list_subcommands
|
from .cli import list_subcommands
|
||||||
|
|
||||||
print('{green}# ArchiveBox Imports{reset}'.format(**ANSI))
|
print('{green}# ArchiveBox Imports{reset}'.format(**ANSI))
|
||||||
print('{green}from archivebox.core.models import Snapshot, User{reset}'.format(**ANSI))
|
print('{green}from archivebox.core.models import Snapshot, User{reset}'.format(**ANSI))
|
||||||
|
Reference in New Issue
Block a user