1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-09 16:17:10 +02:00

fix unneeded import

This commit is contained in:
Nick Sweeting
2024-12-18 18:09:21 -08:00
parent 8e9ef31fda
commit c5fc4068f4

View File

@@ -19,7 +19,6 @@ if TYPE_CHECKING:
from rich import print
from rich.panel import Panel
from rich_argparse import RichHelpFormatter
from django.core.management.base import DjangoHelpFormatter
from archivebox.config import CONSTANTS, DATA_DIR, VERSION