From dc82971c1af0d147433c948dc440ffabdc276a7c Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 17 Sep 2018 18:33:49 -0700 Subject: Blacken, 2.2 edition --- tests/stub_sftp.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/stub_sftp.py') diff --git a/tests/stub_sftp.py b/tests/stub_sftp.py index 13e7f3b4..100076d6 100644 --- a/tests/stub_sftp.py +++ b/tests/stub_sftp.py @@ -168,7 +168,6 @@ class StubSFTPServer(SFTPServerInterface): return SFTPServer.convert_errno(e.errno) return SFTP_OK - def mkdir(self, path, attr): path = self._realpath(path) try: -- cgit v1.2.3