Fix import asyncio (#763)

This commit is contained in:
Ariel Núñez 2023-03-12 03:29:03 -04:00 committed by GitHub
parent 775f456d4c
commit 893703a07b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 39 additions and 24 deletions

View file

@ -19,7 +19,7 @@ from . import coroutines
from . import events
from . import futures
from . import selector_events
from . import selectors
import selectors
from . import transports
from .coroutines import coroutine
from .log import logger