Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Deprecation warning due to invalid escape sequences. #393
Comments
|
Should be fixed in recent changes. Closing. |
Checklist
pip3 install -U https://github.com/pyrogram/pyrogram/archive/develop.zipand reproduced the issue using the latest development version.Description
Deprecation warning due to invalid escape sequences. Using raw strings or escaping them again helps in resolving this. Check https://github.com/asottile/pyupgrade/ for automatic fix of this.
Steps to Reproduce