summaryrefslogtreecommitdiff
path: root/tests/loop.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/loop.py')
-rw-r--r--tests/loop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/loop.py b/tests/loop.py
index 51dc6308..a3740013 100644
--- a/tests/loop.py
+++ b/tests/loop.py
@@ -22,7 +22,7 @@ import threading
from paramiko.util import asbytes
-class LoopSocket(object):
+class LoopSocket:
"""
A LoopSocket looks like a normal socket, but all data written to it is
delivered on the read-end of another LoopSocket, and vice versa. It's