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 Dec 14, 2024
1 parent 9754526 commit 5a02c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/humanize/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def activate(
"""
if locale == "en_GB" or locale == "en_US":
locale = None

Check warning on line 75 in src/humanize/i18n.py

View check run for this annotation

Codecov / codecov/patch

src/humanize/i18n.py#L75

Added line #L75 was not covered by tests

if path is None:
path = _get_default_locale_path()

Expand Down

0 comments on commit 5a02c59

Please sign in to comment.