Skip to content

Commit 6003659

Browse files
remove unused imports
Signed-off-by: Achille Roussel <achille.roussel@gmail.com>
1 parent 09d66a8 commit 6003659

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dispatch/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import os
66
from concurrent import futures
7-
from contextlib import contextmanager
87
from http.server import ThreadingHTTPServer
98
from typing import Any, Callable, Coroutine, Optional, TypeVar, overload
109
from urllib.parse import urlsplit
@@ -17,7 +16,6 @@
1716
from dispatch.http import Dispatch
1817
from dispatch.id import DispatchID
1918
from dispatch.proto import Call, Error, Input, Output
20-
from dispatch.sdk.v1 import function_pb2_grpc as function_grpc
2119
from dispatch.status import Status
2220

2321
__all__ = [

0 commit comments

Comments
 (0)