We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9372d4a commit 3294624Copy full SHA for 3294624
1 file changed
pytest_sftpserver/sftp/interface.py
@@ -12,7 +12,7 @@
12
from paramiko.sftp_attr import SFTPAttributes
13
from paramiko.sftp_handle import SFTPHandle
14
from paramiko.sftp_si import SFTPServerInterface
15
-from six import string_types, text_type, binary_type
+from six import binary_type, string_types, text_type
16
17
from pytest_sftpserver.sftp.util import abspath
18
0 commit comments