[Python-checkins] cpython: Fixes whitespace issue

kushal.das python-checkins at python.org
Sat Jun 4 19:24:17 EDT 2016


https://hg.python.org/cpython/rev/6ccba4febf0d
changeset:   101731:6ccba4febf0d
user:        Kushal Das <kushaldas at gmail.com>
date:        Sat Jun 04 16:24:05 2016 -0700
summary:
  Fixes whitespace issue

files:
  Lib/test/test_wsgiref.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_wsgiref.py b/Lib/test/test_wsgiref.py
--- a/Lib/test/test_wsgiref.py
+++ b/Lib/test/test_wsgiref.py
@@ -704,4 +704,3 @@
 
 if __name__ == "__main__":
     unittest.main()
-

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list