diff options
author | Kushal Das <kushaldas@gmail.com> | 2016-06-04 23:24:05 (GMT) |
---|---|---|
committer | Kushal Das <kushaldas@gmail.com> | 2016-06-04 23:24:05 (GMT) |
commit | 5f2702b7bf921cf082a41dd24d2eec49714ee567 (patch) | |
tree | c69d2104e4ba9f2eddcccc7a54795ff1e70f4bf3 /Lib | |
parent | 5801ecb4408cd11f6e6ffcb1612ca68d9936a728 (diff) | |
download | cpython-5f2702b7bf921cf082a41dd24d2eec49714ee567.zip cpython-5f2702b7bf921cf082a41dd24d2eec49714ee567.tar.gz cpython-5f2702b7bf921cf082a41dd24d2eec49714ee567.tar.bz2 |
Fixes whitespace issue
Diffstat (limited to 'Lib')
-rw-r--r-- | 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 index 3977e23..7e7a836 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() - |