Skip to content

Commit df8ea16

Browse files
committed
fix: remove unnecessary blank line in CaseSensitiveHandler class
1 parent eb4b50c commit df8ea16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_builders/test_build_linkcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ def test_linkcheck_exclude_documents(app: SphinxTestApp) -> None:
14431443

14441444
class CaseSensitiveHandler(BaseHTTPRequestHandler):
14451445
"""Handler that returns URLs with uppercase in the redirect location."""
1446-
1446+
14471447
protocol_version = 'HTTP/1.1'
14481448

14491449
def do_HEAD(self):

0 commit comments

Comments
 (0)