Fix styling issues with add timeout to stream with testing
authorcjstapleton <chelsea.j.stapleton@gmail.com>
Sat, 1 Mar 2014 01:06:59 +0000 (19:06 -0600)
committercjstapleton <chelsea.j.stapleton@gmail.com>
Sat, 1 Mar 2014 01:06:59 +0000 (19:06 -0600)
test_requests.py

index 0fe849d40c8dbf315ada07e5cd9a399f83dbfb9b..a6b6f89cee3d962557f2b10f627dfa0a29205591 100755 (executable)
@@ -1170,6 +1170,7 @@ class TestMorselToCookieMaxAge(unittest.TestCase):
         with pytest.raises(TypeError):
             morsel_to_cookie(morsel)
 
+
 class TestTimeout:
     def test_stream_timeout(self):
         try:
@@ -1180,5 +1181,3 @@ class TestTimeout:
 
 if __name__ == '__main__':
     unittest.main()
-
-