Skip to content

Commit

Permalink
Merge pull request #121 from climatepolicyradar/feature/update-azure-…
Browse files Browse the repository at this point in the history
…response-json-indent

Updating indent.
  • Loading branch information
THOR300 authored Nov 16, 2023
2 parents 235528f + 519a6f6 commit fc398c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/parse_pdfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ def save_api_response(
api_response.to_dict()
for api_response in api_response_array
]
}
},
indent=2,
)
)
_LOGGER.info(
Expand Down

0 comments on commit fc398c8

Please sign in to comment.