mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
Remove now-unused mark_safe import
This commit is contained in:
parent
b647581115
commit
1810426774
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue