mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +00:00
gh-138958: remove unused variable in Lib/asyncio/streams.py (#138959)
This commit is contained in:
parent
445b424b74
commit
4c0d7bc52a
1 changed files with 0 additions and 1 deletions
|
@ -214,7 +214,6 @@ def _stream_reader(self):
|
|||
return self._stream_reader_wr()
|
||||
|
||||
def _replace_transport(self, transport):
|
||||
loop = self._loop
|
||||
self._transport = transport
|
||||
self._over_ssl = transport.get_extra_info('sslcontext') is not None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue