mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 09:25:42 +10:00
Remove now-unused mark_safe import
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user