From 9caf0bb038c21e964564b968748e5c033edf998d Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Tue, 9 Feb 2016 17:58:12 +0100 Subject: [PATCH] (pylint) missing trailing newline --- patacrep/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)