Commit f03f742
committed
Make docstring a raw string to avoid
Currently, `import docarray.helper` will emit a `SyntaxWarning` due to invalid escape sequences in the docstring for `get_paths`. Making it a raw-string is a simple fix to this.
Signed-off-by: Nathan McDougall <[email protected]>
Signed-off-by: Nathan McDougall <[email protected]>SyntaxWarning
1 parent f5fc0f6 commit f03f742
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments