Skip to content

Commit

Permalink
Merge pull request #483 from geopy/rename-googlev3
Browse files Browse the repository at this point in the history
Rename googlev3 module to google
  • Loading branch information
KostyaEsmukov committed Apr 10, 2021
2 parents 222cb2b + 7f27d0a commit f85d659
Show file tree
Hide file tree
Showing 4 changed files with 442 additions and 428 deletions.
2 changes: 1 addition & 1 deletion geopy/geocoders/__init__.py
Expand Up @@ -232,7 +232,7 @@
from geopy.geocoders.geocodio import Geocodio
from geopy.geocoders.geolake import Geolake
from geopy.geocoders.geonames import GeoNames
from geopy.geocoders.googlev3 import GoogleV3
from geopy.geocoders.google import GoogleV3
from geopy.geocoders.here import Here, HereV7
from geopy.geocoders.ignfrance import IGNFrance
from geopy.geocoders.mapbox import MapBox
Expand Down

0 comments on commit f85d659

Please sign in to comment.