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 24, 2021
1 parent 2bd9d54 commit eae3084
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 eae3084

Please sign in to comment.