manu-chroma / username-availability-checker

Live at : https://username-check.herokuapp.com/
94 stars 37 forks source link

Set as raw string for avoiding pycodestyle W605 #99

Closed seeeturtle closed 6 years ago

seeeturtle commented 6 years ago

Since python 3.6, using invalid escape sequence is deprecated. (Note: https://bugs.python.org/issue27364) So the string should be raw string.