Skip to content

Commit 2718f8b

Browse files
committed
Add lines in doc strings
1 parent 653f465 commit 2718f8b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

maproulette/api/project.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def update_project(self, project_id, data):
141141
def get_projects_by_ids(self, project_ids):
142142
"""
143143
Method to retrieve projects from comma separated list of ids
144+
144145
:param project_ids: comma separated list of project ids to be retrieved
145146
:return: the API response from the GET request
146147
"""
@@ -156,6 +157,7 @@ def get_projects_by_ids(self, project_ids):
156157
def get_random_tasks(self, project_id, limit=1, proximity=-1, search=''):
157158
"""
158159
Method to retrieve random tasks from a project.
160+
159161
:param project_id: the id of the parent project of tasks
160162
:param limit: limit amount of results returned
161163
:param proximity: task to find based on proximity of that task

0 commit comments

Comments
 (0)