1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-21 05:41:54 +02:00

Remove now-unused mark_safe import

This commit is contained in:
Preston Maness
2021-01-25 21:16:06 -06:00
parent b647581115
commit 1810426774

View File

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