From bf1f025ab1c5e1a6b149fd9e98cf78f36d99f38b Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 16 Nov 2023 08:30:28 +0000 Subject: [PATCH 1/2] Updating indent. --- cli/parse_pdfs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cli/parse_pdfs.py b/cli/parse_pdfs.py index 256a976..5bedbbe 100644 --- a/cli/parse_pdfs.py +++ b/cli/parse_pdfs.py @@ -265,7 +265,8 @@ def save_api_response( api_response.to_dict() for api_response in api_response_array ] - } + }, + indent=2 ) ) _LOGGER.info( From 519a6f613c13eaf337bdfa587dc7d08d1c50e38b Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 16 Nov 2023 08:48:04 +0000 Subject: [PATCH 2/2] Refactor. --- cli/parse_pdfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/parse_pdfs.py b/cli/parse_pdfs.py index 5bedbbe..0dab806 100644 --- a/cli/parse_pdfs.py +++ b/cli/parse_pdfs.py @@ -266,7 +266,7 @@ def save_api_response( for api_response in api_response_array ] }, - indent=2 + indent=2, ) ) _LOGGER.info(