Skip to content

Commit fb15900

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0dc64f8 commit fb15900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def test_handles_port_but_no_colon(self, uri_with_port_but_no_colon):
156156
raise AssertionError(
157157
"No error thrown from URI with port but no colon"
158158
)
159-
159+
160160
def test_handles_line_terminators_in_fragment(
161161
self, uri_fragment_with_line_terminators
162162
):
@@ -165,7 +165,7 @@ def test_handles_line_terminators_in_fragment(
165165
uri_fragment_with_line_terminators, "utf-8"
166166
)
167167
assert ref.fragment == "%0Afrag%0Ament%0A"
168-
168+
169169

170170
class BaseTestUnsplits:
171171
test_class = None

0 commit comments

Comments
 (0)