Add blank line in test_requests.py

This commit is contained in:
Braulio Valdivielso Martínez
2016-03-05 23:28:32 +01:00
parent c4abb4c9fb
commit 0dff06a7b9
+1
View File
@@ -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'