Commit 13d16b8
committed
fix: use raw string for dashboard scope grammar
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.1 parent 3dd352e commit 13d16b8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments