Skip to content

Commit

Permalink
compliance_check_xml: Fix codestyle
Browse files Browse the repository at this point in the history
Add a missing white line
  • Loading branch information
s-heppner committed Mar 9, 2024
1 parent a474a80 commit 46f0a2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aas_compliance_tool/compliance_check_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46f0a2e

Please sign in to comment.