Skip to content

Commit eb4b50c

Browse files
authored
add missing blank line after class docstring in linkcheck test
1 parent d4c0ddb commit eb4b50c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_builders/test_build_linkcheck.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,6 +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+
14461447
protocol_version = 'HTTP/1.1'
14471448

14481449
def do_HEAD(self):

0 commit comments

Comments
 (0)