Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Feb 12, 2024
1 parent 4856e6a commit 96cdf02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dispatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import dispatch.integrations
from dispatch.client import DEFAULT_API_URL, Client
from dispatch.directive import exit, poll
from dispatch.coroutine import exit, poll
from dispatch.id import DispatchID
from dispatch.proto import Call, Error, Input, Output
from dispatch.status import Status
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/dispatch/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from typing import Any, Callable, Dict, TypeAlias

from dispatch.client import Client
from dispatch.directive import Directive
from dispatch.coroutine import Directive
from dispatch.experimental.durable import durable
from dispatch.experimental.multicolor import (
CustomYield,
Expand Down

0 comments on commit 96cdf02

Please sign in to comment.