Skip to content

Commit

Permalink
fix: trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
sesh committed Feb 27, 2024
1 parent 93b849a commit bec2618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ready/ready.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def ready(
for r in results
},
"when": datetime.datetime.utcnow().strftime("%Y-%m-%dT%H:%M:%SZ"),
"version": VERSION
"version": VERSION,
},
indent=2,
)
Expand Down

0 comments on commit bec2618

Please sign in to comment.