cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

414 decode content #415

Closed ricellis closed 5 years ago

ricellis commented 5 years ago

Checklist

Description

Added encoding='utf-8' to responses to avoid slow chardet path.

Fixes #414

Approach

Check if the repsonse encoding is unset and if so set it to utf-8. (Unrelated) Removed unnecessarypass statements causing lint failures.

Schema & API Changes

Security and Privacy

Testing

Monitoring and Logging