summaryrefslogtreecommitdiff
path: root/paramiko/kex_gss.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-16 19:40:31 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-16 19:40:31 -0500
commit8d52c334b8b99eb96094edb1b513b26f864eeabd (patch)
tree43cba7b53cfb28277f546b09d1fd99aebc7f9e36 /paramiko/kex_gss.py
parente993a986388b0ec44b109a03edd34937a51aa9a1 (diff)
downloadparamiko-8d52c334b8b99eb96094edb1b513b26f864eeabd.tar.gz
No more (object)ions
Diffstat (limited to 'paramiko/kex_gss.py')
-rw-r--r--paramiko/kex_gss.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/paramiko/kex_gss.py b/paramiko/kex_gss.py
index a826cc0a..e3fbb36e 100644
--- a/paramiko/kex_gss.py
+++ b/paramiko/kex_gss.py
@@ -73,7 +73,7 @@ from paramiko.ssh_exception import SSHException
]
-class KexGSSGroup1(object):
+class KexGSSGroup1:
"""
GSS-API / SSPI Authenticated Diffie-Hellman Key Exchange as defined in `RFC
4462 Section 2 <https://tools.ietf.org/html/rfc4462.html#section-2>`_
@@ -333,7 +333,7 @@ class KexGSSGroup14(KexGSSGroup1):
NAME = "gss-group14-sha1-toWM5Slw5Ew8Mqkay+al2g=="
-class KexGSSGex(object):
+class KexGSSGex:
"""
GSS-API / SSPI Authenticated Diffie-Hellman Group Exchange as defined in
`RFC 4462 Section 2 <https://tools.ietf.org/html/rfc4462.html#section-2>`_
@@ -669,7 +669,7 @@ Error Message: {}
)
-class NullHostKey(object):
+class NullHostKey:
"""
This class represents the Null Host Key for GSS-API Key Exchange as defined
in `RFC 4462 Section 5