Skip to content

Commit 27aed76

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 478232b commit 27aed76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pylibsshext/includes/sftp.pxd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
#
1818
from posix.types cimport mode_t
1919

20+
from libc cimport stdint
21+
2022
from pylibsshext.includes.libssh cimport ssh_channel, ssh_session
2123

22-
from libc cimport stdint
2324

2425
cdef extern from "libssh/sftp.h" nogil:
2526

0 commit comments

Comments
 (0)