Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgregor committed Dec 13, 2023
1 parent 34cdeed commit 8f090ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_whatwg.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def test_length(self, string, attributes):
instance = URI(string)
if "\t" in string: assert len(instance) == len(string) - 1
else: assert len(instance) == len(string)


@pytest.mark.parametrize('component', URI.__all_parts__ | {'base', 'qs', 'summary', 'relative'})
def test_component(self, string, attributes, component):
Expand Down

0 comments on commit 8f090ea

Please sign in to comment.