Commit b37ad6a
authored
Fix type warning for invalid escape in string (#1003)
Fixes the following type checker warning:
```
mobly/controllers/attenuator_lib/telnet_scpi_client.py:73: SyntaxWarning: invalid escape sequence '\S'
[_ascii_string("\S+" + self.rx_cmd_separator)], 1
```1 parent 4887649 commit b37ad6a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments