SiftScience / sift-python

Sift API (Python client)
MIT License
20 stars 23 forks source link

build error fixed #79

Closed jyothish6190 closed 3 years ago

jyothish6190 commented 3 years ago

The error causing build fail was SyntaxError: Non-ASCII character '\xe2' in file /home/travis/build/SiftScience/sift-python/sift/client.py on line 831, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

Reason : A character copied from the documentation in the comments section was causing the build fail