From 1af19f7aacad4a8f44cc14666f90fd1f29c31bf2 Mon Sep 17 00:00:00 2001 From: Guido Fioravantti Date: Wed, 4 Nov 2015 18:22:04 +0100 Subject: [PATCH] Code refactor --- lib/python/heremaps/tests/heremapsgeocoder_tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/python/heremaps/tests/heremapsgeocoder_tests.py b/lib/python/heremaps/tests/heremapsgeocoder_tests.py index f22a84f..58d3ae2 100644 --- a/lib/python/heremaps/tests/heremapsgeocoder_tests.py +++ b/lib/python/heremaps/tests/heremapsgeocoder_tests.py @@ -4,7 +4,9 @@ import unittest from heremaps import heremapsgeocoder -from heremaps.heremapsexceptions import BadGeocodingParams, EmptyGeocoderResponse, NoGeocodingParams +from heremaps.heremapsexceptions import BadGeocodingParams +from heremaps.heremapsexceptions import EmptyGeocoderResponse +from heremaps.heremapsexceptions import NoGeocodingParams from secrets import *