diff options
Diffstat (limited to 'Lib/asyncio/unix_events.py')
-rw-r--r-- | Lib/asyncio/unix_events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asyncio/unix_events.py b/Lib/asyncio/unix_events.py index 94157f8..06bcdcc 100644 --- a/Lib/asyncio/unix_events.py +++ b/Lib/asyncio/unix_events.py @@ -2,6 +2,7 @@ import errno import os +import selectors import signal import socket import stat @@ -18,7 +19,6 @@ from . import coroutines from . import events from . import futures from . import selector_events -from . import selectors from . import transports from .coroutines import coroutine from .log import logger |