Skip to content

Commit ccc261d

Browse files
authored
Reformat function declaration to conform to PEP8
1 parent b0abbb1 commit ccc261d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

maproulette/api/challenge.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ def add_tasks_to_challenge(self, data, challenge_id):
278278
body=data)
279279
return response
280280

281-
def add_file_tasks_to_challenge(self, data, challenge_id, line_by_line="true", remove_unmatched="false", data_origin_date="", skip_snapshot="false"):
281+
def add_file_tasks_to_challenge(self, data, challenge_id, line_by_line="true", remove_unmatched="false",
282+
data_origin_date="", skip_snapshot="false"):
282283
"""Method to add tasks to an existing challenge with tasks as GeoJSON
283284
284285
:param data: a GeoJSON containing geometry of tasks to be added to a challenge

0 commit comments

Comments
 (0)