Skip to content

Commit

Permalink
add newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Aug 7, 2024
1 parent f04e93e commit e84c668
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perfmetrics/scripts/testing_on_gke/examples/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ def unix_to_timestamp(unix_timestamp: int) -> str:
return utc_timestamp_string

def standard_timestamp(timestamp: int) -> str:
return timestamp.split('.')[0].replace('T', ' ') + " UTC"
return timestamp.split('.')[0].replace('T', ' ') + " UTC"

0 comments on commit e84c668

Please sign in to comment.