summaryrefslogtreecommitdiff
path: root/paramiko/sftp_si.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-16 19:43:11 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-16 19:43:11 -0500
commite0c6a2c3cd84fd6b93fd4e28e3bc54dedb4b1dc3 (patch)
tree822f82a84cfa5867762ac4d313fd2187102917a0 /paramiko/sftp_si.py
parent8d52c334b8b99eb96094edb1b513b26f864eeabd (diff)
downloadparamiko-e0c6a2c3cd84fd6b93fd4e28e3bc54dedb4b1dc3.tar.gz
well that's just super()!
Diffstat (limited to 'paramiko/sftp_si.py')
-rw-r--r--paramiko/sftp_si.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/sftp_si.py b/paramiko/sftp_si.py
index 95d8113e..26b0ac9b 100644
--- a/paramiko/sftp_si.py
+++ b/paramiko/sftp_si.py
@@ -48,7 +48,7 @@ class SFTPServerInterface:
:param .ServerInterface server:
the server object associated with this channel and SFTP subsystem
"""
- super(SFTPServerInterface, self).__init__(*largs, **kwargs)
+ super().__init__(*largs, **kwargs)
def session_started(self):
"""