Remove duplicate method in TaskService
This commit is contained in:
parent
8d461ce0dc
commit
6746b0d4f0
1 changed files with 0 additions and 3 deletions
|
|
@ -76,6 +76,3 @@ class TaskService(Service):
|
|||
|
||||
def get_task(self, task_id: Union[int, str]) -> Any:
|
||||
return self.backend.get_task(task_id)
|
||||
|
||||
def get_task(self, task_id: Union[int, str]) -> Any:
|
||||
return self.backend.get_task(task_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue