Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 5, 2024
1 parent 9fd17d6 commit 2a18b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/jinja2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def render_css(self, package, path):
"url": staticfiles_storage.url(path),
"crossorigin": package.config.get("crossorigin"),
"integrity": package.get_sri(path),
}
}
)
template = self.environment.get_template(template_name)
return template.render(context)
Expand Down

0 comments on commit 2a18b34

Please sign in to comment.