Skip to content

Commit ede3f38

Browse files
author
taras
committed
Revert unnecessary change
1 parent f6f5094 commit ede3f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uvloop/handles/stream.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ cdef void __uv_stream_on_write(
943943
uv.uv_write_t* req,
944944
int status,
945945
) noexcept with gil:
946-
946+
947947
if UVLOOP_DEBUG:
948948
if req.data is NULL:
949949
aio_logger.error(

0 commit comments

Comments
 (0)