From 14ee030daddd27d033d10af0254ab3e784e7f960 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 4 Dec 2013 23:08:21 +0100 Subject: [PATCH] config: Formatting --- mopidy/config/schemas.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mopidy/config/schemas.py b/mopidy/config/schemas.py index a535b493..b59e7986 100644 --- a/mopidy/config/schemas.py +++ b/mopidy/config/schemas.py @@ -54,7 +54,8 @@ class ConfigSchema(collections.OrderedDict): def deserialize(self, values): """Validates the given ``values`` using the config schema. - Returns a tuple with cleaned values and errors.""" + Returns a tuple with cleaned values and errors. + """ errors = {} result = {}