Skip to content

Commit 59a459e

Browse files
committed
style
1 parent f626f5e commit 59a459e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/cli/api/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def generate_progress_bar(
105105
progress = "Progress: [bold green]completed[/bold green]"
106106
elif finetune_job.updated_at is not None:
107107
# Replace 'Z' with '+00:00' for Python 3.10 compatibility
108-
updated_at_str = finetune_job.updated_at.replace('Z', '+00:00')
108+
updated_at_str = finetune_job.updated_at.replace("Z", "+00:00")
109109
update_at = datetime.fromisoformat(updated_at_str).astimezone()
110110

111111
if finetune_job.progress is not None:

0 commit comments

Comments
 (0)