Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(neutral_url): neutral_url no longer returns URIs with a leading slash #218

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

jacksonj04
Copy link
Collaborator

DocumentURIStrings cannot start or end with a slash, and this now causes a runtime error. Ideally this would be a subclass of DocumentURIString, but then we'd have to start importing API Client and I suspect there will be some circular import problems.

@dragon-dxw
Copy link
Collaborator

neutral.py:L29 -- / needs removing from docstring

…lash

DocumentURIStrings cannot start or end with a slash, and this now causes a runtime error. Ideally this would be a subclass of DocumentURIString, but then we'd have to start importing API Client and I suspect there will be some circular import problems.
@jacksonj04 jacksonj04 force-pushed the fix/neutral-url-leading-slash branch from 24b4fd5 to f5ec322 Compare November 25, 2024 17:50
@jacksonj04 jacksonj04 added this pull request to the merge queue Nov 25, 2024
Merged via the queue into main with commit 16ed004 Nov 25, 2024
6 checks passed
@jacksonj04 jacksonj04 deleted the fix/neutral-url-leading-slash branch November 25, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants