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
Use raw string (r-string) prefix for the dashboard scope grammar
string to prevent invalid escape sequence warnings for \- and \.
patterns in the regex.
This resolves SyntaxWarning issues in Python 3.13+ while maintaining
the same regex functionality. All existing tests pass.
0 commit comments