Skip to content

change on line number 20.#2

Open
Nilabhra wants to merge 1 commit intoningke:masterfrom
Nilabhra:patch-1
Open

change on line number 20.#2
Nilabhra wants to merge 1 commit intoningke:masterfrom
Nilabhra:patch-1

Conversation

@Nilabhra
Copy link
Copy Markdown

changed
def _task_by_id(self, id):
return self._tasks_by_id(id - 1)
to :
def _task_by_id(self, id):
return self._tasks_by_id[id - 1]

changed
    def _task_by_id(self, id):
        return self._tasks_by_id(id - 1)
to :
    def _task_by_id(self, id):
        return self._tasks_by_id[id - 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant