Skip to content

Commit

Permalink
Revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Sep 10, 2024
1 parent f6f5094 commit ede3f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvloop/handles/stream.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ cdef void __uv_stream_on_write(
uv.uv_write_t* req,
int status,
) noexcept with gil:

if UVLOOP_DEBUG:
if req.data is NULL:
aio_logger.error(
Expand Down

0 comments on commit ede3f38

Please sign in to comment.