Skip to content

Commit 303be91

Browse files
authored
Fix unittest.main() call placement in test_httplib.py
1 parent 191ff08 commit 303be91

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_httplib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2593,4 +2593,3 @@ def test_connect_timeout_resets_state(self):
25932593

25942594
if __name__ == '__main__':
25952595
unittest.main()
2596-

0 commit comments

Comments
 (0)