diff --git a/patacrep/utils.py b/patacrep/utils.py index 96a8617f..5051a592 100644 --- a/patacrep/utils.py +++ b/patacrep/utils.py @@ -91,4 +91,4 @@ def validate_yaml_schema(data, schema): try: schema.validate(data) except Rx.SchemaMismatch as exception: - raise errors.SchemaError(rx_exception=exception) \ No newline at end of file + raise errors.SchemaError(rx_exception=exception)