Skip to content

Commit

Permalink
Fixed another Jinja warning, refs #1338
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed May 27, 2021
1 parent 35f1578 commit 78d9594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasette/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from markupsafe import Markup, escape
from itsdangerous import URLSafeSerializer
from jinja2 import ChoiceLoader, Environment, FileSystemLoader, PrefixLoader, escape
from jinja2 import ChoiceLoader, Environment, FileSystemLoader, PrefixLoader
from jinja2.environment import Template
from jinja2.exceptions import TemplateNotFound
import uvicorn
Expand Down

0 comments on commit 78d9594

Please sign in to comment.