Fix typing

This commit is contained in:
prryplatypus 2021-10-23 20:50:13 +02:00
parent 2e492f94e6
commit 2ff45ccfb1
No known key found for this signature in database
GPG Key ID: 6687E128FB70819B

View File

@ -6,7 +6,7 @@ from sanic.server.protocols.http_protocol import HttpProtocol
from sanic.server.runners import serve, serve_multiple, serve_single
def use_uvloop() -> bool:
def use_uvloop() -> None:
"""
Use uvloop instead of the default asyncio loop.
"""