Skip to content

Commit 8315e30

Browse files
committed
Remove unused variable for now
1 parent ada433f commit 8315e30

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/hyperlink/test/test_url.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,6 @@ def test_autorooted(self):
11121112

11131113
attempt_unrooted_absolute = URL(host="foo", path=['bar'], rooted=False)
11141114
normal_absolute = URL(host="foo", path=["bar"])
1115-
attempted_rooted_replacement = normal_absolute.replace(rooted=True)
11161115
self.assertEqual(attempt_unrooted_absolute, normal_absolute)
11171116
self.assertEqual(normal_absolute.rooted, True)
11181117
self.assertEqual(attempt_unrooted_absolute.rooted, True)

0 commit comments

Comments
 (0)