style: Trim extra whitespace
This commit is contained in:
parent
33ea496a8b
commit
16f2b29cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ def format_duration(seconds, hide_days=False):
|
|||
|
||||
example: converts 12885 to '3h 34m 45s' where 12885 = seconds in float
|
||||
"""
|
||||
|
||||
|
||||
seconds = cint(seconds)
|
||||
|
||||
total_duration = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue