Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhanson committed May 6, 2020
1 parent e8a9510 commit 6053bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto3utils/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def upload_json(self, data, url, extra={}, **kwargs):
_extra = {
'ContentType': 'application/json'
}
_extra.update(extra))
_extra.update(extra)
with open(filename, 'w') as f:
f.write(json.dumps(data))
try:
Expand Down

0 comments on commit 6053bb7

Please sign in to comment.