Skip to content

Commit 3294624

Browse files
committed
Lint fix
1 parent 9372d4a commit 3294624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest_sftpserver/sftp/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from paramiko.sftp_attr import SFTPAttributes
1313
from paramiko.sftp_handle import SFTPHandle
1414
from paramiko.sftp_si import SFTPServerInterface
15-
from six import string_types, text_type, binary_type
15+
from six import binary_type, string_types, text_type
1616

1717
from pytest_sftpserver.sftp.util import abspath
1818

0 commit comments

Comments
 (0)