Browse Source

remove redundant import

Nick Sweeting 1 year ago
parent
commit
8713091e73
1 changed files with 0 additions and 1 deletions
  1. 0 1
      archivebox/plugantic/views.py

+ 0 - 1
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 ..config_stubs import AttrDict
 from ..util import parse_date
 from ..util import parse_date
 
 
-from django.conf import settings
 
 
 def obj_to_yaml(obj: Any, indent: int=0) -> str:
 def obj_to_yaml(obj: Any, indent: int=0) -> str:
     indent_str = "  " * indent
     indent_str = "  " * indent