Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
moiSentineL committed Jul 23, 2024
1 parent ae91e11 commit db3c66a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flomo/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,3 @@ def format_time(seconds: int) -> str:
mins, secs = divmod(remainder, 60)

return f"{hours:02}:{mins:02}:{secs:02}"

if __name__ == "__main__":
get_path("bruh", True)

0 comments on commit db3c66a

Please sign in to comment.