Skip to content

Commit

Permalink
chore: prep
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Dec 4, 2023
1 parent ab2dc4b commit f3e1ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jinjarope/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(
self.load_jinja_file(folder / "functions.toml")
self.load_jinja_file(folder / "humanize_filters.toml")
self.globals.update(envglobals.ENV_GLOBALS)
for fn in utils._entry_points("jinjarope.environment").values():
for fn in utils._entry_points(group="jinjarope.environment").values():
fn(self)
self.filters["render_template"] = self.render_template
self.filters["render_string"] = self.render_string
Expand Down

0 comments on commit f3e1ad7

Please sign in to comment.