Skip to content

Commit 7ae5255

Browse files
remove unnecessary imports of asyncio
Signed-off-by: Achille Roussel <achille.roussel@gmail.com>
1 parent 324133f commit 7ae5255

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/dispatch/experimental/lambda_handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def handler(event, context):
1818
dispatch.handle(event, context, entrypoint="entrypoint")
1919
"""
2020

21-
import asyncio
2221
import base64
2322
import json
2423
import logging

src/dispatch/flask.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def read_root():
1717
my_function.dispatch()
1818
"""
1919

20-
import asyncio
2120
import logging
2221
from typing import Optional, Union
2322

src/dispatch/http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Integration of Dispatch functions with http."""
22

3-
import asyncio
43
import logging
54
import os
65
from datetime import timedelta

0 commit comments

Comments
 (0)