summaryrefslogtreecommitdiff
path: root/paramiko/sftp_client.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-01 13:08:19 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-01 13:08:19 -0700
commitd06e139b5caf524d8f6f942d484ee0667cd99c8f (patch)
tree7f75c77e90ec41cf754ae9199ef50e4e9bc5595c /paramiko/sftp_client.py
parent4d15d0e824d199b60f96b7ee5584d4cb5b23fc1a (diff)
downloadparamiko-d06e139b5caf524d8f6f942d484ee0667cd99c8f.tar.gz
Remove useless/wrong return statement
Diffstat (limited to 'paramiko/sftp_client.py')
-rw-r--r--paramiko/sftp_client.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/paramiko/sftp_client.py b/paramiko/sftp_client.py
index f3895caf..ea6f88a9 100644
--- a/paramiko/sftp_client.py
+++ b/paramiko/sftp_client.py
@@ -717,8 +717,6 @@ class SFTPClient(BaseSFTP, ClosingContextManager):
reader=fr, writer=fl, file_size=file_size, callback=callback
)
- return file_size
-
def get(self, remotepath, localpath, callback=None):
"""
Copy a remote file (``remotepath``) from the SFTP server to the local