diff options
Diffstat (limited to 'test/python/threads/asgi.py')
-rw-r--r-- | test/python/threads/asgi.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/python/threads/asgi.py b/test/python/threads/asgi.py index ff4e52ad..0537f59b 100644 --- a/test/python/threads/asgi.py +++ b/test/python/threads/asgi.py @@ -1,6 +1,5 @@ -import asyncio -import time import threading +import time async def application(scope, receive, send): |