Skip to content

Commit

Permalink
Add missing py2.7 coding
Browse files Browse the repository at this point in the history
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/travis/build/geopy/geopy/setup.py", line 8, in <module>
    from geopy import __version__ as version
  File "geopy/__init__.py", line 12, in <module>
    from geopy.geocoders import *  # noqa
  File "geopy/geocoders/__init__.py", line 81
SyntaxError: Non-ASCII character '\xc3' in file geopy/geocoders/__init__.py on line 82, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
  • Loading branch information
KostyaEsmukov committed May 11, 2020
1 parent bb79dfc commit cca7c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geopy/geocoders/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# coding: utf-8
"""
Each geolocation service you might use, such as Google Maps, Bing Maps, or
Nominatim, has its own class in ``geopy.geocoders`` abstracting the service's
Expand Down

0 comments on commit cca7c11

Please sign in to comment.