From 048a5535dc257631bda433b2803dfd1f96899d04 Mon Sep 17 00:00:00 2001 From: Guido Fioravantti Date: Tue, 3 Nov 2015 18:40:47 +0100 Subject: [PATCH] Corrects Indentation for heremapsexceptions.py --- lib/python/heremaps/heremapsexceptions.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/python/heremaps/heremapsexceptions.py b/lib/python/heremaps/heremapsexceptions.py index cced7a6..cbbab2e 100644 --- a/lib/python/heremaps/heremapsexceptions.py +++ b/lib/python/heremaps/heremapsexceptions.py @@ -1,11 +1,11 @@ import json class BadGeocodingParams(Exception): - def __init__(self, value): - self.value = value - def __str__(self): - return repr('Bad geocoding params: ' + json.dumps(value)) + def __init__(self, value): + self.value = value + def __str__(self): + return repr('Bad geocoding params: ' + json.dumps(value)) class NoGeocodingParams(Exception): - def __str__(self): - return repr('No params for geocoding specified') + def __str__(self): + return repr('No params for geocoding specified')