Skip to content

Commit

Permalink
address flask deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rybesh committed Sep 8, 2023
1 parent 883131d commit bb88cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion periodo/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
abort,
Response,
stream_with_context,
escape,
)
from markupsafe import escape
from periodo import app, database, identifier, auth, highlight
from urllib.parse import urlencode
from werkzeug.http import http_date
Expand Down

0 comments on commit bb88cff

Please sign in to comment.