Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreenwald committed Jun 9, 2020
1 parent 9d2ee10 commit b20beb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caliban_toolbox/figure_eight_functions.py
Expand Up @@ -141,7 +141,7 @@ def rename_job(job_id, key, name):
payload = {
'key': key,
'job': {'title': name}}

response = requests.put(
'https://api.appen.com/v1/jobs/{}.json'.format(job_id), jason=payload)

Expand Down

0 comments on commit b20beb8

Please sign in to comment.