mirror of
https://github.com/kennethreitz/requests3.git
synced 2026-06-05 23:10:16 +00:00
Fix styling issues with add timeout to stream with testing
This commit is contained in:
+1
-2
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user