From 0dff06a7b9eb337ce02838f1e4cb9b042c9f3f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Braulio=20Valdivielso=20Mart=C3=ADnez?= Date: Sat, 5 Mar 2016 23:28:32 +0100 Subject: [PATCH] Add blank line in test_requests.py --- tests/test_requests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_requests.py b/tests/test_requests.py index c662c7fc..1ee379c9 100755 --- a/tests/test_requests.py +++ b/tests/test_requests.py @@ -29,6 +29,7 @@ from requests.models import urlencode from requests.hooks import default_hooks from .compat import StringIO, u + # Requests to this URL should always fail with a connection timeout (nothing # listening on that port) TARPIT = 'http://10.255.255.1'