Skip to content
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

use raw string literal to address DeprecationWarning #316

Merged
merged 1 commit into from
Nov 19, 2021
Merged

use raw string literal to address DeprecationWarning #316

merged 1 commit into from
Nov 19, 2021

Conversation

robin-wayve
Copy link
Contributor

addresses DeprecationWarning: invalid escape sequence \w (in eg. Python 3.8)

addresses `DeprecationWarning: invalid escape sequence \w`
@robin-wayve robin-wayve changed the title use raw string literal use raw string literal to address DeprecationWarning Nov 19, 2021
@robin-wayve robin-wayve marked this pull request as ready for review November 19, 2021 13:16
Copy link
Owner

@daavoo daavoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gracias @robin-wayve !

This also made me realize that 3.7+ was not being tested at all 🙏

@daavoo daavoo merged commit 9341356 into daavoo:master Nov 19, 2021
@robin-wayve robin-wayve deleted the patch-1 branch November 19, 2021 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants