Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 20, 2024
1 parent affb836 commit 9bc197c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pylibsshext/channel.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ import time
from io import BytesIO

from cpython.bytes cimport PyBytes_AS_STRING
from cpython.mem cimport PyMem_Malloc, PyMem_Free
from cpython.mem cimport PyMem_Free, PyMem_Malloc
from libc.string cimport memset

from pylibsshext.errors cimport LibsshChannelException

from pylibsshext.errors import LibsshChannelReadFailure

from pylibsshext.session cimport get_libssh_session

from subprocess import CompletedProcess
Expand Down

0 comments on commit 9bc197c

Please sign in to comment.