Skip to content

Commit

Permalink
Merge pull request #1565 from kmels/master
Browse files Browse the repository at this point in the history
Update documentation for schedule_task parameters in TaskSet (task.py)
  • Loading branch information
cyberw authored Sep 17, 2020
2 parents 6871e6b + 9590065 commit ec562ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions locust/user/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,6 @@ def schedule_task(self, task_callable, first=False):
Add a task to the User's task execution queue.
:param task_callable: User task to schedule.
:param args: Arguments that will be passed to the task callable.
:param kwargs: Dict of keyword arguments that will be passed to the task callable.
:param first: Optional keyword argument. If True, the task will be put first in the queue.
"""
if first:
Expand Down

0 comments on commit ec562ae

Please sign in to comment.