summaryrefslogtreecommitdiff
path: root/paramiko/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'paramiko/client.py')
-rw-r--r--paramiko/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/client.py b/paramiko/client.py
index 73909219..2dd25e91 100644
--- a/paramiko/client.py
+++ b/paramiko/client.py
@@ -784,7 +784,7 @@ class SSHClient(ClosingContextManager):
self._transport._log(level, msg)
-class MissingHostKeyPolicy(object):
+class MissingHostKeyPolicy:
"""
Interface for defining the policy that `.SSHClient` should use when the
SSH server's hostname is not in either the system host keys or the