Skip to content
This repository was archived by the owner on Sep 9, 2026. It is now read-only.

Make docstring a raw string to avoid SyntaxWarning - #1928

Open
nathanjmcdougall wants to merge 1 commit into
docarray:mainfrom
nathanjmcdougall:patch-1
Open

nathanjmcdougall wants to merge 1 commit into
docarray:mainfrom
nathanjmcdougall:patch-1

Conversation

@nathanjmcdougall

@nathanjmcdougall nathanjmcdougall commented Nov 18, 2025

Copy link
Copy Markdown

Currently, running docarray/helper.py 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.

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]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant