From 8713091e738ee5e837f8d867a85969886e3c3a28 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 24 Sep 2024 01:32:01 -0700 Subject: [PATCH] remove redundant import --- archivebox/plugantic/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/archivebox/plugantic/views.py b/archivebox/plugantic/views.py index 20eebcc0..05567641 100644 --- a/archivebox/plugantic/views.py +++ b/archivebox/plugantic/views.py @@ -15,7 +15,6 @@ from admin_data_views.utils import render_with_table_view, render_with_item_view from ..config_stubs import AttrDict from ..util import parse_date -from django.conf import settings def obj_to_yaml(obj: Any, indent: int=0) -> str: indent_str = " " * indent