Skip to content

Commit b7fc88c

Browse files
export Reset type
Signed-off-by: Achille Roussel <[email protected]>
1 parent 33f8716 commit b7fc88c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dispatch/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import dispatch.integrations
66
from dispatch.coroutine import all, any, call, gather, race
7-
from dispatch.function import DEFAULT_API_URL, Client, Registry
7+
from dispatch.function import DEFAULT_API_URL, Client, Registry, Reset
88
from dispatch.id import DispatchID
99
from dispatch.proto import Call, Error, Input, Output
1010
from dispatch.status import Status
@@ -17,6 +17,7 @@
1717
"Output",
1818
"Call",
1919
"Error",
20+
"Reset",
2021
"Status",
2122
"call",
2223
"gather",

0 commit comments

Comments
 (0)