From bd557911884d228b569fd55c153118852cc95369 Mon Sep 17 00:00:00 2001 From: Bill Riehl Date: Tue, 19 Nov 2024 16:15:11 -0500 Subject: [PATCH] remove 'roughly' --- staging_service/import_specifications/individual_parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging_service/import_specifications/individual_parsers.py b/staging_service/import_specifications/individual_parsers.py index 48e4d9c1..bf98a52b 100644 --- a/staging_service/import_specifications/individual_parsers.py +++ b/staging_service/import_specifications/individual_parsers.py @@ -322,7 +322,7 @@ def parse_excel(path: Path) -> ParseResults: def parse_dts_manifest(path: Path) -> ParseResults: """ Parse the provided DTS manifest file. Expected to be JSON, and will fail otherwise. - The manifest should have roughly this format, with expected keys included: + The manifest should have this format, with expected keys included: { "resources": [{ file manifest info isn't currently relevant }], "instructions": {