Skip to content

Commit 1078fc2

Browse files
author
taras
committed
Remove unintented change
1 parent a73d44e commit 1078fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uvloop/sslproto.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ cdef class SSLProtocol:
552552
new_MethodHandle(self._loop,
553553
"SSLProtocol._do_read",
554554
<method_t> self._do_read,
555-
None, # current context is good
555+
None, # current context is good
556556
self))
557557

558558
# Shutdown flow

0 commit comments

Comments
 (0)