Browse Source

(pylint) missing trailing newline

pull/190/head
Oliverpool 9 years ago
parent
commit
9caf0bb038
  1. 2
      patacrep/utils.py

2
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)
raise errors.SchemaError(rx_exception=exception)

Loading…
Cancel
Save