Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed May 8, 2024
1 parent 8cac362 commit 1c3b8e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ai_models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,7 @@ def json_default(obj):
return obj

print(
json.dumps(
json_requests, separators=(",", ":"), default=json_default
),
json.dumps(json_requests, separators=(",", ":"), default=json_default),
file=f,
)

Expand Down

0 comments on commit 1c3b8e3

Please sign in to comment.