summaryrefslogtreecommitdiff
path: root/paramiko/sftp_si.py
diff options
context:
space:
mode:
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):
"""