Skip to content

Commit

Permalink
Remove unintented change
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Sep 11, 2024
1 parent a73d44e commit 1078fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvloop/sslproto.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ cdef class SSLProtocol:
new_MethodHandle(self._loop,
"SSLProtocol._do_read",
<method_t> self._do_read,
None, # current context is good
None, # current context is good
self))

# Shutdown flow
Expand Down

0 comments on commit 1078fc2

Please sign in to comment.