summaryrefslogtreecommitdiff
path: root/test/with_dummyserver/test_socketlevel.py
diff options
context:
space:
mode:
authorQuentin Pradet <quentin@pradet.me>2021-09-24 19:19:07 +0400
committerGitHub <noreply@github.com>2021-09-24 10:19:07 -0500
commitd7193ac1571022484c8078df6068dffa9f8c634d (patch)
tree53b6e7d3e9a981224283dedafd5370b599fe5617 /test/with_dummyserver/test_socketlevel.py
parentc4e7fdd152b8c61fa1bebe128c6d26d45ef1e493 (diff)
downloadurllib3-d7193ac1571022484c8078df6068dffa9f8c634d.tar.gz
Bump linter versions
Diffstat (limited to 'test/with_dummyserver/test_socketlevel.py')
-rw-r--r--test/with_dummyserver/test_socketlevel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/with_dummyserver/test_socketlevel.py b/test/with_dummyserver/test_socketlevel.py
index 0e1d1c55..f5d65d14 100644
--- a/test/with_dummyserver/test_socketlevel.py
+++ b/test/with_dummyserver/test_socketlevel.py
@@ -458,7 +458,7 @@ class TestSocketClosing(SocketDummyServerTestCase):
timed_out.set()
def test_https_connection_read_timeout(self):
- """ Handshake timeouts should fail with a Timeout"""
+ """Handshake timeouts should fail with a Timeout"""
timed_out = Event()
def socket_handler(listener):
@@ -629,7 +629,7 @@ class TestSocketClosing(SocketDummyServerTestCase):
response.read()
def test_retry_weird_http_version(self):
- """ Retry class should handle httplib.BadStatusLine errors properly """
+ """Retry class should handle httplib.BadStatusLine errors properly"""
def socket_handler(listener):
sock = listener.accept()[0]