Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
erewok committed Dec 12, 2024
1 parent 7a7ccdb commit 614279a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion boilermaker/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ async def debug_task(state):
STATIC_DEBUG_TASK.payload = {"args": [], "kwargs": {}}


async def debug_task_retry_policy(state, use_default: bool, msg: str = "RETRY TEST", max_tries=5, delay=30, delay_max=600):
async def debug_task_retry_policy(
state, use_default: bool, msg: str = "RETRY TEST", max_tries=5, delay=30, delay_max=600
):
"""
This task does nothing.
"""
Expand Down

0 comments on commit 614279a

Please sign in to comment.