From 1810426774ebea0d350fe3926278da60680b8d08 Mon Sep 17 00:00:00 2001 From: Preston Maness Date: Mon, 25 Jan 2021 21:16:06 -0600 Subject: [PATCH] Remove now-unused mark_safe import --- archivebox/index/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivebox/index/html.py b/archivebox/index/html.py index 27940cb2..12eab62a 100644 --- a/archivebox/index/html.py +++ b/archivebox/index/html.py @@ -4,7 +4,7 @@ from datetime import datetime from typing import List, Optional, Iterator, Mapping from pathlib import Path -from django.utils.html import format_html, mark_safe +from django.utils.html import format_html from collections import defaultdict from .schema import Link