We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada433f commit 8315e30Copy full SHA for 8315e30
1 file changed
src/hyperlink/test/test_url.py
@@ -1112,7 +1112,6 @@ def test_autorooted(self):
1112
1113
attempt_unrooted_absolute = URL(host="foo", path=['bar'], rooted=False)
1114
normal_absolute = URL(host="foo", path=["bar"])
1115
- attempted_rooted_replacement = normal_absolute.replace(rooted=True)
1116
self.assertEqual(attempt_unrooted_absolute, normal_absolute)
1117
self.assertEqual(normal_absolute.rooted, True)
1118
self.assertEqual(attempt_unrooted_absolute.rooted, True)
0 commit comments