Skip to content

Commit 020098c

Browse files
committed
fix: remove unused variable in Lib/asyncio/streams.py
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
1 parent 3e06cfc commit 020098c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/asyncio/streams.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ def _stream_reader(self):
214214
return self._stream_reader_wr()
215215

216216
def _replace_transport(self, transport):
217-
loop = self._loop
218217
self._transport = transport
219218
self._over_ssl = transport.get_extra_info('sslcontext') is not None
220219

0 commit comments

Comments
 (0)