Skip to content

Commit aab170d

Browse files
committed
build: fix flake8 error
1 parent 7e4d0cc commit aab170d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jinja2_humanize_extension/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def __init__(self, environment):
177177
environment.filters["humanize_metric"] = humanize_metric
178178
environment.filters["humanize_activate"] = humanize_activate
179179
environment.filters["humanize_deactivate"] = humanize_deactivate
180-
environment.filters[
181-
"humanize_thousands_separator"
182-
] = humanize_thousands_separator
180+
environment.filters[ "humanize_thousands_separator"] = (
181+
humanize_thousands_separator
182+
)
183183
environment.filters["humanize_decimal_separator"] = humanize_decimal_separator

0 commit comments

Comments
 (0)