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 *