Code refactor
This commit is contained in:
parent
1af19f7aac
commit
af5dc38361
@ -4,7 +4,9 @@
|
||||
import json
|
||||
import urllib
|
||||
|
||||
from heremapsexceptions import BadGeocodingParams, EmptyGeocoderResponse, NoGeocodingParams
|
||||
from heremaps.heremapsexceptions import BadGeocodingParams
|
||||
from heremaps.heremapsexceptions import EmptyGeocoderResponse
|
||||
from heremaps.heremapsexceptions import NoGeocodingParams
|
||||
|
||||
class Geocoder:
|
||||
'A Here Maps Geocoder wrapper for python'
|
||||
|
Loading…
Reference in New Issue
Block a user