Skip to content

Commit 2e829bb

Browse files
committed
gh-135056: Correct proper 2 line spacing after test class.
1 parent e99780e commit 2e829bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_httpservers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,7 @@ def test_extra_response_headers_get_file(self):
892892
'test1=value1, test2=value2')
893893
self.assertEqual(response.getheader("X-Test1"), 'value3')
894894

895+
895896
class SocketlessRequestHandler(SimpleHTTPRequestHandler):
896897
def __init__(self, directory=None):
897898
request = mock.Mock()

0 commit comments

Comments
 (0)