From 3ff83951c4dbb7e2da7d807604f9c26dcd2c8368 Mon Sep 17 00:00:00 2001 From: PRAteek-singHWY Date: Sun, 11 Jan 2026 05:10:10 +0530 Subject: [PATCH] style: format Python code with black --- application/utils/spreadsheet_parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/utils/spreadsheet_parsers.py b/application/utils/spreadsheet_parsers.py index be36be719..867b0f42e 100644 --- a/application/utils/spreadsheet_parsers.py +++ b/application/utils/spreadsheet_parsers.py @@ -333,7 +333,7 @@ def update_cre_in_links( def parse_hierarchical_export_format( - cre_file: List[Dict[str, str]] + cre_file: List[Dict[str, str]], ) -> Dict[str, List[defs.Document]]: """parses the main OpenCRE csv and creates a list of standards in it