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
The "SyntaxWarning: invalid escape sequence" warning first appeared in
Python 3.12, which enforces stricter rules for unescaped regular
expressions.
Use an r-string instead, as this was always the correct approach.
0 commit comments