mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 03:57:19 +00:00
Make openapi.json multiline so the diff is parsable (#2163)
This commit is contained in:
parent
795c7c8a47
commit
3cfdf88063
@ -19,4 +19,4 @@ specs = get_openapi_specs()
|
||||
|
||||
# Dump the specs into a JSON file
|
||||
with open(f"openapi.json", "w") as f:
|
||||
json.dump(specs, f)
|
||||
json.dump(specs, f, indent=4)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user