Skip to content

Commit

Permalink
Fix #55 - Use markupsafe for markup (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbchristoff committed Aug 2, 2023
1 parent faec6e4 commit 005f75a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[tool:pytest]
testpaths = tests
addopts = -v --cov=src --cov-config=setup.cfg --cov-report=term-missing
addopts = -v

[coverage:run]
branch = True
Expand Down
2 changes: 1 addition & 1 deletion src/lib/jinjafilters.py
@@ -1,7 +1,7 @@
import datetime
import re

from jinja2 import Markup
from markupsafe import Markup


class jinjafilters():
Expand Down

0 comments on commit 005f75a

Please sign in to comment.