Commit ec51264
committed
Fix invalid escape sequence flagged by pytest
```
pythonosc/dispatcher.py:153
/workspaces/python-osc/pythonosc/dispatcher.py:153: DeprecationWarning: invalid escape sequence '\+'
pattern = pattern.replace('\\*', '[\\w|\+]*')
```1 parent 913fd5c commit ec51264
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments