Skip to content

remove redundant raise from docstring#5941

Merged
auvipy merged 1 commit into
celery:masterfrom
AlexRiina:patch-1
Jan 29, 2020
Merged

remove redundant raise from docstring#5941
auvipy merged 1 commit into
celery:masterfrom
AlexRiina:patch-1

Conversation

@AlexRiina

Copy link
Copy Markdown
Contributor

throw is True by default so the Retry exception will already get raised by calling self.retry(countdown=60 * 5, exc=exc)

`throw` is True by default so the Retry exception will already get raised by calling `self.retry(countdown=60 * 5, exc=exc)`