You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a SyntaxWarning caused by invalid escape sequences
The warning is thrown when Python imports the file,
and manifests in the test suite with this error:
```
jwt/api_jwt.py:326
/home/runner/work/pyjwt/pyjwt/jwt/api_jwt.py:326: SyntaxWarning: invalid escape sequence '\*'
(e.g. HS\* and RS\*).
```
0 commit comments