aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/websockets/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/netlib/websockets/test_utils.py')
-rw-r--r--test/netlib/websockets/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/netlib/websockets/test_utils.py b/test/netlib/websockets/test_utils.py
index 34765e04..f6f1e40a 100644
--- a/test/netlib/websockets/test_utils.py
+++ b/test/netlib/websockets/test_utils.py
@@ -4,7 +4,7 @@ from netlib import http
from netlib import websockets
-class TestUtils(object):
+class TestUtils:
def test_client_handshake_headers(self):
h = websockets.client_handshake_headers(version='42')