Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Use urllib.parse.urlsplit over urlparse (#1997)
* Use urllib.parse.urlsplit over urllib.parse.urlparse to avoid having to deal with urlparse's 'params' argument which incurs a performance cost. - c.f. https://docs.python.org/3/library/urllib.parse.html#urllib.parse.urlsplit - c.f. https://youtu.be/ABJvdsIANds
- Loading branch information