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

@ -22,7 +22,7 @@ from . import compat
from . import constants
from . import events
from . import futures
from . import selectors
import selectors
from . import transports
from . import sslproto
from .coroutines import coroutine