Skip to content

Commit

Permalink
docs: refactor example
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Jan 27, 2024
1 parent 394cc87 commit c1776b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/complex.py
Expand Up @@ -92,10 +92,10 @@
except MissingOptionalDependencyException as error:
print('JSON-validation was skipped due to', error)

print('', '=' * 30, '', sep='\n')

# endregion JSON

print('', '=' * 30, '', sep='\n')

# region XML
"""demo with implicit instructions for SchemaVersion, outputter and validator. TypeCheckers will catch errors."""

Expand Down

0 comments on commit c1776b7

Please sign in to comment.