- Notifications
You must be signed in to change notification settings - Fork676
chore: useurlunparse
instead of string replace#2221
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Use the `urlunparse()` function to reconstruct the URL without thequery parameters.
@JohnVillalovos this uses a private interface, see my comment at#2219 (comment). |
It is documented in the official docs, which to me means it is supposed to be used. https://docs.python.org/3/library/urllib.parse.html
|
codecov-commenter commentedAug 4, 2022
Codecov Report
@@ Coverage Diff @@## main #2221 +/- ##======================================= Coverage 95.45% 95.45% ======================================= Files 81 81 Lines 5368 5368 ======================================= Hits 5124 5124 Misses 244 244
Flags with carried forward coverage won't be shown.Click here to find out more.
|
JohnVillalovos commentedAug 4, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
My theory is that because the The
|
Ok, I will begrudgingly merge this 🐱 |
Use the
urlunparse()
function to reconstruct the URL without thequery parameters.