From 46f0a2e0f242c47054e8cefaacafd54d1b1f45a3 Mon Sep 17 00:00:00 2001 From: s-heppner Date: Sat, 9 Mar 2024 05:52:31 +0100 Subject: [PATCH] compliance_check_xml: Fix codestyle Add a missing white line --- aas_compliance_tool/compliance_check_xml.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aas_compliance_tool/compliance_check_xml.py b/aas_compliance_tool/compliance_check_xml.py index 70e39a4..51fb060 100644 --- a/aas_compliance_tool/compliance_check_xml.py +++ b/aas_compliance_tool/compliance_check_xml.py @@ -25,6 +25,7 @@ XML_SCHEMA_FILE = os.path.join(os.path.dirname(__file__), 'schemas/aasXMLSchema.xsd') + def check_schema(file_path: str, state_manager: ComplianceToolStateManager) -> None: """ Checks a given file against the official xml schema and reports any issues using the given