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 Jan 7, 2025
1 parent 5f38fab commit 43abeee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/humanize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"intcomma",
"intword",
"metric",
"natural_list",
"naturaldate",
"naturalday",
"naturaldelta",
"natural_list",
"naturalsize",
"naturaltime",
"ordinal",
Expand Down
4 changes: 2 additions & 2 deletions src/humanize/time.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
from .number import intcomma

__all__ = [
"naturaldate",
"naturalday",
"naturaldelta",
"naturaltime",
"naturalday",
"naturaldate",
"precisedelta",
]

Expand Down

0 comments on commit 43abeee

Please sign in to comment.