Closed tirkarthi closed 4 years ago
Hey @tirkarthi thanks for the issue! Are you just getting started with this SDK or have you been using it for a while? This SDK has been deprecated in favor of our new python selenium SDK: https://github.com/percy/percy-python-selenium
I am doing a project where I am filing issues regarding this deprecation on top 4000 Pypi packages and this package was one of them. I didn't know this was deprecated. Feel free to close the issue and PR if it's irrelevant.
Deprecation warnings are raised due to invalid escape sequences. This can be fixed by using raw strings or escaping the literals. pyupgrade also helps in automatic conversion : https://github.com/asottile/pyupgrade/