Open
Description
test_url.py
has this line:
attempted_rooted_replacement = normal_absolute.replace(rooted=True)
The variable attempted_rooted_replacement
is unused and will be removed in #86 if merged.
It should be re-added as something should be asserted about it, assuming it was there intentionally.