1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-11 17:14:38 +02:00

remove redundant import

This commit is contained in:
Nick Sweeting
2024-09-24 01:32:01 -07:00
parent 77d3990535
commit 8713091e73

View File

@@ -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