style: Trim extra whitespace

This commit is contained in:
Gavin D'souza 2021-01-21 13:15:14 +05:30
parent 33ea496a8b
commit 16f2b29cb3

View file

@ -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 = {