mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #23046: Expose the BaseEventLoop class in the asyncio namespace
This commit is contained in:
parent
63b55580fb
commit
8c1a4a2326
2 changed files with 4 additions and 2 deletions
|
@ -35,7 +35,7 @@ from .coroutines import coroutine
|
|||
from .log import logger
|
||||
|
||||
|
||||
__all__ = ['BaseEventLoop', 'Server']
|
||||
__all__ = ['BaseEventLoop']
|
||||
|
||||
|
||||
# Argument for default thread pool executor creation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue