Skip to content

Commit f6f5094

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uvloop/handles/stream.pyx

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

0 commit comments

Comments
 (0)