summaryrefslogtreecommitdiffhomepage
path: root/tests/stub_sftp.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-08-22 14:24:42 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-08-22 14:24:42 -0700
commit57201d2de9cd4080480cfed2fe2572fa1c908acb (patch)
treee16850c4aee5ff8be4dc9bdbb992ad3c44dfcdaa /tests/stub_sftp.py
parent60a89316aa817fb3ac03b7bf17572a69e928f6a0 (diff)
Bump black up to 18.6b4
Diffstat (limited to 'tests/stub_sftp.py')
-rw-r--r--tests/stub_sftp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/stub_sftp.py b/tests/stub_sftp.py
index ffae635d..100076d6 100644
--- a/tests/stub_sftp.py
+++ b/tests/stub_sftp.py
@@ -38,7 +38,6 @@ from paramiko.common import o666
class StubServer(ServerInterface):
-
def check_auth_password(self, username, password):
# all are allowed
return AUTH_SUCCESSFUL
@@ -48,7 +47,6 @@ class StubServer(ServerInterface):
class StubSFTPHandle(SFTPHandle):
-
def stat(self):
try:
return SFTPAttributes.from_stat(os.fstat(self.readfile.fileno()))