Skip to content

Commit

Permalink
fix codacy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aschroed committed Jul 24, 2018
1 parent a1f90ff commit 52c5ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wranglertools/import_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ def user_workflow_reader(datafile, sheet, connection):
error=error, patch="-", not_patched="-"))


def get_upload_creds(file_id, connection, file_info): # pragma: no cover
def get_upload_creds(file_id, connection): # pragma: no cover
url = "%s/upload/" % (file_id)
req = ff_utils.post_metadata({}, url, key=connection.key)
return req['@graph'][0]['upload_credentials']
Expand Down

0 comments on commit 52c5ec0

Please sign in to comment.