From: Kushal Das Date: Sat, 4 Jun 2016 23:24:05 +0000 (-0700) Subject: Fixes whitespace issue X-Git-Tag: v3.6.0a2~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f2702b7bf921cf082a41dd24d2eec49714ee567;p=thirdparty%2FPython%2Fcpython.git Fixes whitespace issue --- diff --git a/Lib/test/test_wsgiref.py b/Lib/test/test_wsgiref.py index 3977e230b044..7e7a836845db 100644 --- a/Lib/test/test_wsgiref.py +++ b/Lib/test/test_wsgiref.py @@ -704,4 +704,3 @@ class HandlerTests(TestCase): if __name__ == "__main__": unittest.main() -