Skip to content

Commit 5641b0e

Browse files
committed
Fix WARNING - griffe: humanize/time.py:104: Parameter 'when' does not appear in the function signature
1 parent dfc69cb commit 5641b0e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/humanize/time.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ def naturaldelta(
101101
months (bool): If `True`, then a number of months (based on 30.5 days) will be
102102
used for fuzziness between years.
103103
minimum_unit (str): The lowest unit that can be used.
104-
when (datetime.datetime): Removed in version 4.0; If you need to
105-
construct a timedelta, do it inline as the first argument.
106104
107105
Returns:
108106
str (str or `value`): A natural representation of the amount of time

0 commit comments

Comments
 (0)