Skip to content

Commit

Permalink
fix Markup type tests (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
tryhubov committed May 13, 2021
1 parent b1c48c4 commit 7566c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flask_moment.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from datetime import datetime
from flask import render_template_string
from jinja2 import Markup
from markupsafe import Markup
from flask_moment import _moment, Moment, default_jquery_version, \
default_moment_version, default_moment_sri

Expand Down

0 comments on commit 7566c6b

Please sign in to comment.