Import Markup from markupsafe

Using jinja2 here is deprecated.
This commit is contained in:
Thorben Günther 2022-05-30 12:21:16 +02:00 committed by Drew DeVault
parent d2ab9ce8c0
commit d79cdb1490
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ from mansrht.types import User, Wiki, RootWiki
from mansrht.wikis import is_root_wiki
from prometheus_client import Counter
from datetime import timedelta
from jinja2 import Markup
from markupsafe import Markup
from urllib.parse import urlparse, urlunparse
import json
import os