summaryrefslogtreecommitdiff
path: root/paramiko/auth_handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'paramiko/auth_handler.py')
-rw-r--r--paramiko/auth_handler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/paramiko/auth_handler.py b/paramiko/auth_handler.py
index 18c83293..02ab810c 100644
--- a/paramiko/auth_handler.py
+++ b/paramiko/auth_handler.py
@@ -73,7 +73,7 @@ from paramiko.server import InteractiveQuery
from paramiko.ssh_gss import GSSAuth, GSS_EXCEPTIONS
-class AuthHandler(object):
+class AuthHandler:
"""
Internal class to handle the mechanics of authentication.
"""
@@ -839,7 +839,7 @@ Error Message: {}
return self._client_handler_table
-class GssapiWithMicAuthHandler(object):
+class GssapiWithMicAuthHandler:
"""A specialized Auth handler for gssapi-with-mic
During the GSSAPI token exchange we need a modified dispatch table,