Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Jan 31, 2024
1 parent 1edcd52 commit 74c2d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dispatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def __str__(self) -> str:

@dataclass(frozen=True)
class TaskInput:
"""
"""Definition of a task to be created on Dispatch.
Attributes:
coroutine_uri: The URI of the coroutine to execute.
input: The input to pass to the coroutine. If the input is a protobuf
Expand Down

0 comments on commit 74c2d43

Please sign in to comment.