Skip to content

Commit

Permalink
celery: add celery.utils.dispatch.Signal.send/send_robust (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iipin authored Apr 25, 2024
1 parent d48323a commit ffda81b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions celery-stubs/utils/dispatch/signal.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ class Signal:
dispatch_uid: str = ...,
retry: bool = ...,
) -> Callable[[_F], _F]: ...
def send(
self, sender: Any | None, **named: Any
) -> list[tuple[Callable[..., Any], Any]]: ...
send_robust = send

0 comments on commit ffda81b

Please sign in to comment.