Skip to content

Commit

Permalink
Merge pull request #161 from MikesoWeb/patch-1
Browse files Browse the repository at this point in the history
Update views.py
  • Loading branch information
gouthambs authored Dec 8, 2024
2 parents 5b69019 + a401ef9 commit 40b5a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_blogging/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from builtins import str
except ImportError:
pass
from flask import escape
from markupsafe import escape
from .processor import PostProcessor
from flask_login import login_required, current_user
from flask import Blueprint, current_app, render_template, request, redirect, \
Expand Down

0 comments on commit 40b5a49

Please sign in to comment.