summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/base_events.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/asyncio/base_events.py')
-rw-r--r--Lib/asyncio/base_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asyncio/base_events.py b/Lib/asyncio/base_events.py
index 684c9ec..59f3136 100644
--- a/Lib/asyncio/base_events.py
+++ b/Lib/asyncio/base_events.py
@@ -35,7 +35,7 @@ from .coroutines import coroutine
from .log import logger
-__all__ = ['BaseEventLoop', 'Server']
+__all__ = ['BaseEventLoop']
# Argument for default thread pool executor creation.