Unused variable (attempted_rooted_replacement) in test case
wsanchez opened this issue · 0 comments
wsanchez commented
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.