Skip to content

Commit

Permalink
Merge pull request #18 from stealthrocket/delete-unused-files
Browse files Browse the repository at this point in the history
Delete empty packages
  • Loading branch information
pelletier authored Feb 2, 2024
2 parents 2c11d89 + e250478 commit 8f8a8ee
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dispatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ class TaskInput:
Attributes:
coroutine_uri: The URI of the coroutine to execute.
input: The input to pass to the coroutine. If the input is a protobuf
message, it will be wrapped in a google.protobuf.Any message. If the
input is not a protobuf message, it will be pickled and wrapped in a
google.protobuf.Any message.
message, it will be wrapped in a google.protobuf.Any message. If the
input is not a protobuf message, it will be pickled and wrapped in a
google.protobuf.Any message.
"""

coroutine_uri: str
Expand Down
Empty file removed src/dispatch/http/__init__.py
Empty file.
Empty file removed src/dispatch/http/v1/__init__.py
Empty file.
Empty file removed src/dispatch/security/__init__.py
Empty file.
Empty file.
Empty file removed src/dispatch/v1/__init__.py
Empty file.

0 comments on commit 8f8a8ee

Please sign in to comment.