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 Aug 16, 2023
1 parent e7a21c3 commit 5262409
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/humanize/time.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ def naturaltime(

now = when or _now()


date, delta = _date_and_delta(value, now=now)
if date is None:
return str(value)
Expand Down

0 comments on commit 5262409

Please sign in to comment.