asyncio: Add StreamReaderProtocol to __all__.
This commit is contained in:
parent
000de53624
commit
49c96fb7fa
|
@ -1,6 +1,6 @@
|
|||
"""Stream-related things."""
|
||||
|
||||
__all__ = ['StreamReader', 'StreamReaderProtocol',
|
||||
__all__ = ['StreamReader', 'StreamWriter', 'StreamReaderProtocol',
|
||||
'open_connection', 'start_server',
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue