1
0
Fork 0
mirror of synced 2024-06-23 08:30:29 +12: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