Skip to content

Commit d390381

Browse files
committed
build: fix again
1 parent b0a3d2e commit d390381

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jinja2_humanize_extension/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ def __init__(self, environment):
179179
environment.filters["humanize_activate"] = humanize_activate
180180
environment.filters["humanize_deactivate"] = humanize_deactivate
181181
environment.filters["humanize_decimal_separator"] = humanize_decimal_separator
182-
environment.filters["humanize_thousands_separator"] = humanize_thousands_separator
183182
if (sys.version_info.minor) > 7:
184183
environment.filters["humanize_thousands_separator"] = (
185184
humanize_thousands_separator

0 commit comments

Comments
 (0)