-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation warning due to invalid escape sequences #609
Comments
Thank you for the report. @tirkarthi, would you be also interested to get this issue fixed? |
Can I fix this issue? |
@tanmoydas9166 Feel free to pick it up. |
Sir, please check my PR. @whimboo @tirkarthi |
@tanmoydas9166 thanks for picking up this issue. I had a look at open PRs but sadly I cannot find the one from you. Did you actually create one? It's not enough to only push the changes to your own fork. |
Hi, I'm new to open source. Is this issue still open? |
I haven't seen a PR being opened by @tanmoydas9166 yet. So feel free to pick-up this issue. Thanks. |
Hi, i am new to open source, is this issue resolved or it is still opened?? |
If the issue is still open could I join in |
If we don't hear back from @tanmoydas9166 within two days feel free to provide your own PR. Thanks! |
I need some guidance to get started as I am new |
@rishishounak please check #610 for the changes and my review comments. Those will be the lines of code you will have to change. Once done submit a PR. Thanks. |
Please check whether I have made the right changes |
@whimboo I am a first timer, can I pick this up? |
@whimboo please check my pr |
Fixed by #612. |
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/
The text was updated successfully, but these errors were encountered: