Skip to content

Commit a7988a9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pylibsshext/sftp.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# repository.
1717

1818
import os
19-
2019
from collections import deque
20+
2121
from posix.fcntl cimport O_CREAT, O_RDONLY, O_TRUNC, O_WRONLY
2222

2323
from cpython.bytes cimport PyBytes_AS_STRING

0 commit comments

Comments
 (0)