Skip to content

Commit

Permalink
Update src/blueapi/client/client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Callum Forrester <callum.forrester@diamond.ac.uk>
  • Loading branch information
ZohebShaikh and callumforrester authored Sep 6, 2024
1 parent 96ffe70 commit f97e7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blueapi/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def get_task(self, task_id: str) -> TrackableTask[Task]:
assert task_id != "", "Task ID cannot be empty"
return self._rest.get_task(task_id)

def get_all_task(self) -> TasksListResponse:
def get_all_tasks(self) -> TasksListResponse:
"""
Get a list of all task stored by the worker
Expand Down

0 comments on commit f97e7a1

Please sign in to comment.